BioJupies Generator

Ma'ayan Lab

BioJupies Generator란 무엇입니까?

BioJupies Generator은(는) maayanlabapps에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Ma'ayan Lab"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

BioJupies Generator 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}