BioJupies Generator

Ma'ayan Lab

Co je BioJupies Generator?

BioJupies Generator je rozšíření Chrome vyvinuté maayanlabapps, a jeho hlavní funkcí je „Ma'ayan Lab“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření BioJupies Generator

Stáhněte si soubory rozšíření BioJupies Generator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název BioJupies Generator BioJupies Generator
ID picalhhlpcjhonibabfigihelpmpadel
Oficiální URL https://chromewebstore.google.com/detail/biojupies-generator/picalhhlpcjhonibabfigihelpmpadel
Popis Ma'ayan Lab
Velikost souboru 151 KB
Počet instalací 831
Aktuální Verze 1.2.4
Poslední Aktualizace 2021-05-30
Datum Vydání 2018-04-20
Hodnocení 5.00/5 Celkem 4 Hodnocení
Vývojář maayanlabapps
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://maayanlab/biojupies/
URL Stránky Nápovědy https://labs.icahn.mssm.edu/maayanlab/
Podporované Jazyky 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
}