BioJupies Generator
Ma'ayan Lab
BioJupies Generatorคืออะไร?
BioJupies Generator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย maayanlabapps และคุณลักษณะหลักของมันคือ "Ma'ayan Lab"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ 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 |
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 } |