BioVinci User guide
User guide and tutorial for BioVinci, a platform for data visualization in life science
Qu'est-ce que BioVinci User guide ?
BioVinci User guide est une extension Chrome développée par Data visualization for Life Science, et sa fonction principale est "User guide and tutorial for BioVinci, a platform for data visualization in life science".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension BioVinci User guide
Téléchargez les fichiers d'extension BioVinci User guide au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | cbhcaaiehlamegagmbkkahmnddkfnkia |
URL Officiel | https://chrome.google.com/webstore/detail/biovinci-user-guide/cbhcaaiehlamegagmbkkahmnddkfnkia |
Description | User guide and tutorial for BioVinci, a platform for data visualization in life science |
Taille du Fichier | 41.9 MB |
Nombre d'Installations | 62 |
Version Actuelle | 1.0.3 |
Dernière Mise à Jour | 2018-04-18 |
Date de Publication | 2018-04-18 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Data visualization for Life Science |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://vinci.bioturing.com |
URL de la Page d'Aide | https://vinci.bioturing.com/feedback |
URL de la Page de Politique de Confidentialité | https://vinci.bioturing.com/terms-of-use |
Langues Prises en Charge | 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" } } |