BioJupies Generator
Ma'ayan Lab
Cos'è BioJupies Generator?
BioJupies Generator è un'estensione di Chrome sviluppata da maayanlabapps, e la sua funzione principale è "Ma'ayan Lab".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione BioJupies Generator
Scarica i file di estensione BioJupies Generator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | BioJupies Generator |
ID | picalhhlpcjhonibabfigihelpmpadel |
URL Ufficiale | https://chromewebstore.google.com/detail/biojupies-generator/picalhhlpcjhonibabfigihelpmpadel |
Descrizione | Ma'ayan Lab |
Dimensione del File | 151 KB |
Conteggio Installazioni | 831 |
Versione Corrente | 1.2.4 |
Ultimo Aggiornamento | 2021-05-30 |
Data di Pubblicazione | 2018-04-20 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | maayanlabapps |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://maayanlab/biojupies/ |
URL della Pagina di Aiuto | https://labs.icahn.mssm.edu/maayanlab/ |
Lingue Supportate | 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 } |