BioJupies Generator

Ma'ayan Lab

ما هو BioJupies Generator؟

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

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

screenshot
screenshot

تحميل ملف CRX للإضافة BioJupies Generator

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

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

                        BioJupies Generator is a Jupyter Notebooks generator that enables users to easily create, store, and deploy Jupyter Notebooks containing RNA-seq data analyses. Through an intuitive interface, novice users can rapidly generate tailored reports to analyze RNA-seq datasets from the NCBI's gene expression omnibus (GEO). The reports contain data visualization of the samples, differential expression and enrichment analyses, and querying signatures against the LINCS L1000 dataset for small molecule that can mimic or reverse signatures. By combining an intuitive user interface for notebook generation with options to generate custom analysis scripts, BioJupies Generator addresses computational needs of both experimental and computational biologists.                    

معلومات أساسية عن التمديد

الاسم BioJupies Generator BioJupies Generator
ID picalhhlpcjhonibabfigihelpmpadel
عنوان URL الرسمي https://chromewebstore.google.com/detail/biojupies-generator/picalhhlpcjhonibabfigihelpmpadel
الوصف Ma'ayan Lab
حجم الملف 151 KB
عدد التثبيتات 831
النسخة الحالية 1.2.4
آخر تحديث 2021-05-30
تاريخ النشر 2018-04-20
تقييم 5.00/5 مجموع تقييمات 4
المطور maayanlabapps
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://maayanlab/biojupies/
عنوان صفحة المساعدة https://labs.icahn.mssm.edu/maayanlab/
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BioJupies Generator",
    "short_name": "BioJupies",
    "version": "1.2.4",
    "description": "Ma'ayan Lab",
    "icons": {
        "720": "icons\/icon.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.ncbi.nlm.nih.gov\/*",
                "http:\/\/lincsportal.ccs.miami.edu\/*",
                "http:\/\/maayanlab.cloud\/datasets2tools\/*"
            ],
            "css": [
                "css\/style.css"
            ],
            "js": [
                "js\/jquery.js",
                "notebook-generator.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "icons\/*.png"
    ],
    "manifest_version": 2
}