ARCHS4

Ma'ayan Lab

ما هو ARCHS4؟

ARCHS4 هو إضافة Chrome تم تطويرها بواسطة maayanlabapps، والميزة الرئيسية لها هي "Ma'ayan Lab".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة ARCHS4

قم بتنزيل ملفات الامتداد ARCHS4 بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان URL الرسمي 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"
    ]
}