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
电子邮箱 [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
}