ARCHS4
Ma'ayan Lab
Qu'est-ce que ARCHS4 ?
ARCHS4 est une extension Chrome développée par maayanlabapps, et sa fonction principale est "Ma'ayan Lab".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ARCHS4
Téléchargez les fichiers d'extension ARCHS4 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
All RNA-seq and CHIP-seq Sample Search Space (ARCHS4) is a browser extension that adds content to the landing pages of RNA-seq datasets available on the Gene Expression Omnibus (GEO). The extension adds links to download files that contain the aligned reads mapped to genes with counts, as well as a heatmap visualization summary of the expression data from the processed samples using Clustergrammer.
Informations de Base sur l'Extension
Nom | ARCHS4 |
ID | ognafeffndmmiliegaamoockceneedea |
URL Officiel | https://chromewebstore.google.com/detail/archs4/ognafeffndmmiliegaamoockceneedea |
Description | Ma'ayan Lab |
Taille du Fichier | 45.67 KB |
Nombre d'Installations | 867 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2017-07-28 |
Date de Publication | 2017-07-27 |
Évaluation | 5.00/5 Total 7 Évaluations |
Développeur | maayanlabapps |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://amp.pharm.mssm.edu/archs4 |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ARCHS4", "description": "Ma'ayan Lab", "version": "1.0.1", "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/www.ncbi.nlm.nih.gov\/geo\/*" ], "js": [ "archs.js" ], "css": [ "style.css" ] } ], "permissions": [ "http:\/\/amp.pharm.mssm.edu\/awsscheduler\/getGSEmatrix.php*" ], "browser_action": { "default_icon": "icons\/icon_720.png" }, "icons": { "128": "icons\/icon_128.png", "720": "icons\/icon_720.png" }, "web_accessible_resources": [ "icons\/icon_128.png", "icons\/icon_720.png", "icons\/help.png" ] } |