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
官方網址 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/
說明頁面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
}