BioJupies Generator
Ma'ayan Lab
BioJupies Generator là gì?
BioJupies Generator là một tiện ích mở rộng Chrome được phát triển bởi maayanlabapps, và tính năng chính của nó là "Ma'ayan Lab".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng BioJupies Generator
Tải xuống các tệp mở rộng BioJupies Generator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | BioJupies Generator |
ID | picalhhlpcjhonibabfigihelpmpadel |
URL Chính Thức | https://chromewebstore.google.com/detail/biojupies-generator/picalhhlpcjhonibabfigihelpmpadel |
Mô tả | Ma'ayan Lab |
Kích Thước Tệp | 151 KB |
Số Lần Cài Đặt | 831 |
Phiên Bản Hiện Tại | 1.2.4 |
Cập Nhật Lần Cuối | 2021-05-30 |
Ngày Phát Hành | 2018-04-20 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | maayanlabapps |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://maayanlab/biojupies/ |
URL Trang Trợ Giúp | https://labs.icahn.mssm.edu/maayanlab/ |
Ngôn Ngữ Được Hỗ Trợ | 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 } |