ARCHS4

Ma'ayan Lab

什麼是ARCHS4?

ARCHS4是由maayanlabapps開發的Chrome擴展程式,該擴展的主要功能是“Ma'ayan Lab”。

擴展截圖

screenshot
screenshot
screenshot

下載ARCHS4擴展crx文件

下載ARCHS4擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 ARCHS4 ARCHS4
ID ognafeffndmmiliegaamoockceneedea
官方網址 https://chromewebstore.google.com/detail/archs4/ognafeffndmmiliegaamoockceneedea
簡介 Ma'ayan Lab
檔案大小 45.67 KB
安裝次數 867
目前版本 1.0.1
更新時間 2017-07-28
上架時間 2017-07-27
評分 5.00/5 共 7 次評分
開發者 maayanlabapps
電子郵箱 [email protected]
付費類型 free
擴展官網 https://amp.pharm.mssm.edu/archs4
支援的語言 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"
    ]
}