ARCHS4

Ma'ayan Lab

Wat is ARCHS4?

ARCHS4 is een Chrome-extensie ontwikkeld door maayanlabapps, en de belangrijkste functie is "Ma'ayan Lab".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie ARCHS4

Download ARCHS4-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam ARCHS4 ARCHS4
ID ognafeffndmmiliegaamoockceneedea
Officiële URL https://chromewebstore.google.com/detail/archs4/ognafeffndmmiliegaamoockceneedea
Beschrijving Ma'ayan Lab
Bestandsgrootte 45.67 KB
Aantal Installaties 867
Huidige Versie 1.0.1
Laatst Bijgewerkt 2017-07-28
Publicatiedatum 2017-07-27
Beoordeling 5.00/5 Totaal 7 Beoordelingen
Ontwikkelaar maayanlabapps
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://amp.pharm.mssm.edu/archs4
Ondersteunde Talen 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"
    ]
}