可视化CAMI分析输出的工具集合

CAMIViz的Python项目详细描述


摄像机视觉化 可视化CAMI分析输出的工具集合

#安装 使用conda `bash conda config --add channels defaults conda config --add channels bioconda conda config --add channels conda-forge conda create -c etetoolkit -y-n CAMIViz python=3.7 numpy  ete3  seaborn pandas matplotlib biom-format conda activate CAMIViz `

#示例用法 `bash python src/profile_to_plot.py -i data/prediction_multi.profile -g data/ground_truth_multi.profile -b test -s sample_0 genus ` 这将产生一个图,该图直观地表示由许多分类概要分析方法生成的分类概要文件的相对丰度。可以在[此处](https://github.com/dkoslicki/CAMIProfilingVisualization/blob/master/data/test_tree_genus.png)找到示例图

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
来自Oozie Java Jobs的电子邮件   泛型Java映射。具有有界通配符的getOrDefault   java如何制作定制的Swing容器?   java断言使用正则表达式重新启动响应体   安卓 java正则表达式查找字符串中的所有空格   java循环语法不起作用   使用spring4@Transactional时,java事务不起作用   java三桨乒乓球命中检测   java Camera 2 Api错误不拍照的错误   java使用ServletContext从war外部读取Hibernate属性   性能如何禁用Java垃圾回收器?   如何通过MySQL触发器执行外部java函数?   使用Ecfbittorent下载torrent时出现java NegativeArraySizeException   java Android arraylist因迭代而崩溃   MyBatis中的java Delete查询没有删除任何内容