一套分析GDSC数据的工具和管道(cancerrxgene.org)

gdsctools的Python项目详细描述


https://badge.fury.io/py/gdsctools.svghttps://secure.travis-ci.org/CancerRxGene/gdsctools.pnghttps://coveralls.io/repos/CancerRxGene/gdsctools/badge.svg?branch=master&service=githubDocumentation Status

BSD License

Note:Developed and tested for Python 2.7, 3.5, 3.6
Note:The GDSCTools libary works for Python 2.7 and 3.X but the standalone pipeline to be ran on cluster works on Python 3.X only (requires Snakemake).
Contributions:Please join https://github.com/CancerRxGene/gdsctools project
Documentation:On ReadTheDocs
GitHub:On github

概述

肿瘤药物敏感性的基因组学(gdsc)工具包括与http://www.cancerrxgene.org/

安装

pip install gdsctools

对于初学者,请访问主要文档Installation部分。

快速启动

您需要两个输入矩阵:

  1. IC50矩阵,宇宙标识符为行,药物为列,
  2. 以宇宙标识符为行、以特征为列的基因组特征矩阵。

然后,您可以使用独立应用程序分析数据:

gdsctools_anova --input-ic50 ic50.txt --input-features features.txt

或者作为脚本:

from gdsctools import anova, ic50_test
an = ANOVA(ic50_test, features_filename)  # second arg is optional
an.anova_all()

documentation on ReadThedoc中提供了更多示例。

注意,第一个版本(方差分析)是基于https://github.com/francescojm/FI.GDSC.ANOVA存储库的。新的工具已经添加(基于岭回归,套索,Omnibem工具,…)。

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

推荐PyPI第三方库


热门话题
java RFID不完整输出?   java如何构造一个for循环来查找每个数组的第一个索引的总和   java Eclipse AST解析器正在删除我的规则   安卓如何在java中创建“可重写”配置?   java每次我向应用程序添加图像时,它都会崩溃   Java 8流到文件   EntityNotFoundException的java可能原因   java多线程为什么下面的程序表现得如此怪异?   java footprint soap api+mavenjaxb2plugin   java MongoDB锁定,直到找到结果   java重写Jtable选项卡行为转到下一个可编辑单元格   java关于方法和创建另一个方法   java将人脸与图像分离   java复制Spring批处理作业实例   java TextView不会更改为新设置的文本