BioJupies Generator

Ma'ayan Lab

Что такое BioJupies Generator?

BioJupies Generator - это расширение Chrome, разработанное maayanlabapps, и его основная функция - "Ma'ayan Lab".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения BioJupies Generator

Скачайте файлы расширений 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
}