BioJupies Generator

Ma'ayan Lab

Co to jest BioJupies Generator?

BioJupies Generator to rozszerzenie Chrome opracowane przez maayanlabapps, a jego główną funkcją jest „Ma'ayan Lab”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia BioJupies Generator

Pobierz pliki rozszerzeń BioJupies Generator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa BioJupies Generator BioJupies Generator
ID picalhhlpcjhonibabfigihelpmpadel
Oficjalny URL https://chromewebstore.google.com/detail/biojupies-generator/picalhhlpcjhonibabfigihelpmpadel
Opis Ma'ayan Lab
Rozmiar pliku 151 KB
Liczba instalacji 831
Aktualna Wersja 1.2.4
Ostatnia Aktualizacja 2021-05-30
Data Publikacji 2018-04-20
Ocena 5.00/5 Łącznie 4 Oceny
Deweloper maayanlabapps
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://maayanlab/biojupies/
Adres URL Strony Pomocy https://labs.icahn.mssm.edu/maayanlab/
Obsługiwane Języki 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
}