BioVinci User guide
User guide and tutorial for BioVinci, a platform for data visualization in life science
BioVinci User guideคืออะไร?
BioVinci User guide เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Data visualization for Life Science และคุณลักษณะหลักของมันคือ "User guide and tutorial for BioVinci, a platform for data visualization in life science"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BioVinci User guide
ดาวน์โหลดไฟล์ส่วนขยาย BioVinci User guide ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Massive amounts of biological data are emerging everyday, waiting to be deciphered. There is almost no way to analyze and visualize them without writing complex code. As a biologist, you may not find it an optimal use of your time to develop such code from scratch. That is why we create BioVinci, a powerful yet simple tool for data analysis and visualization. BioVinci allows wet-lab biologists and biomedical researchers to process data on a familiar screen. No computational background is necessary. Just drag and drop. It’s that simple. With BioVinci, you can: Customize your plots and get them ready for publication in a breeze, Study your data with the latest advances in machine learning, Run any statistical analysis, from basic to sophisticated. BioVinci is now available in both web and app versions. Try it at: https://vinci.bioturing.com/ This document will guide you through the basics of BioVinci. You will be surprised at how simple it is. More detailed information Check out our blog, or contact us at [email protected]. Any question is welcome. We’re here to help.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | cbhcaaiehlamegagmbkkahmnddkfnkia |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/biovinci-user-guide/cbhcaaiehlamegagmbkkahmnddkfnkia |
คำอธิบาย | User guide and tutorial for BioVinci, a platform for data visualization in life science |
ขนาดไฟล์ | 41.9 MB |
จำนวนการติดตั้ง | 62 |
เวอร์ชันปัจจุบัน | 1.0.3 |
อัปเดตครั้งล่าสุด | 2018-04-18 |
วันที่เผยแพร่ | 2018-04-18 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Data visualization for Life Science |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://vinci.bioturing.com |
URL หน้าช่วยเหลือ | https://vinci.bioturing.com/feedback |
URL หน้านโยบายความเป็นส่วนตัว | https://vinci.bioturing.com/terms-of-use |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BioVinci User guide", "version": "1.0.3", "manifest_version": 2, "description": "User guide and tutorial for BioVinci, a platform for data visualization in life science", "homepage_url": "https:\/\/vinci.bioturing.com", "icons": { "16": "icons\/16x16.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png" }, "default_locale": "en", "background": { "page": "src\/bg\/UserGuide.html", "persistent": true }, "browser_action": { "default_icon": "icons\/128x128.png", "default_title": "User guide and tutorial for BioVinci", "default_popup": "src\/bg\/UserGuide.html" } } |