BioJupies Generator

Ma'ayan Lab

BioJupies Generatorとは何ですか?

BioJupies Generatorはmaayanlabappsによって開発されたChromeの拡張機能で、その主な機能は「Ma'ayan Lab」です。

拡張機能のスクリーンショット

screenshot
screenshot

BioJupies Generator拡張機能のCRXファイルをダウンロード

BioJupies Generator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://maayanlab/biojupies/
ヘルプページのURL 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
}