BioJupies Generator

Ma'ayan Lab

Was ist BioJupies Generator?

BioJupies Generator ist eine Chrome-Erweiterung, die von maayanlabapps entwickelt wurde, und ihr Hauptmerkmal ist "Ma'ayan Lab".

Erweiterungsscreenshots

screenshot
screenshot

BioJupies Generator-Erweiterungs-CRX-Datei herunterladen

Laden Sie BioJupies Generator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name BioJupies Generator BioJupies Generator
ID picalhhlpcjhonibabfigihelpmpadel
Offizielle URL https://chromewebstore.google.com/detail/biojupies-generator/picalhhlpcjhonibabfigihelpmpadel
Beschreibung Ma'ayan Lab
Dateigröße 151 KB
Installationsanzahl 831
Aktuelle Version 1.2.4
Letztes Update 2021-05-30
Veröffentlichungsdatum 2018-04-20
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler maayanlabapps
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://maayanlab/biojupies/
Hilfeseite URL https://labs.icahn.mssm.edu/maayanlab/
Unterstützte Sprachen 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
}