ARCHS4
Ma'ayan Lab
Co to jest ARCHS4?
ARCHS4 to rozszerzenie Chrome opracowane przez maayanlabapps, a jego główną funkcją jest „Ma'ayan Lab”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia ARCHS4
Pobierz pliki rozszerzeń ARCHS4 w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | ARCHS4 |
ID | ognafeffndmmiliegaamoockceneedea |
Oficjalny URL | https://chromewebstore.google.com/detail/archs4/ognafeffndmmiliegaamoockceneedea |
Opis | Ma'ayan Lab |
Rozmiar pliku | 45.67 KB |
Liczba instalacji | 867 |
Aktualna Wersja | 1.0.1 |
Ostatnia Aktualizacja | 2017-07-28 |
Data Publikacji | 2017-07-27 |
Ocena | 5.00/5 Łącznie 7 Oceny |
Deweloper | maayanlabapps |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://amp.pharm.mssm.edu/archs4 |
Obsługiwane Języki | 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" ] } |