ARCHS4

Ma'ayan Lab

Hvad er ARCHS4?

ARCHS4 er en Chrome-udvidelse udviklet af maayanlabapps, og dens hovedfunktion er "Ma'ayan Lab".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download ARCHS4-udvidelses-CRX-fil

Download ARCHS4-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn ARCHS4 ARCHS4
ID ognafeffndmmiliegaamoockceneedea
Officiel URL https://chromewebstore.google.com/detail/archs4/ognafeffndmmiliegaamoockceneedea
Beskrivelse Ma'ayan Lab
Filstørrelse 45.67 KB
Antal Installationer 867
Nuværende Version 1.0.1
Senest Opdateret 2017-07-28
Udgivelsesdato 2017-07-27
Bedømmelse 5.00/5 Samlet 7 Bedømmelser
Udvikler maayanlabapps
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://amp.pharm.mssm.edu/archs4
Understøttede Sprog 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"
    ]
}