ctdna在给定的采样频率下计算预期的肿瘤检测大小。

ctdna的Python项目详细描述


buildcodecovPyPIBinderDownloads

循环肿瘤DNA

Python包(https://pypi.org/project/ctdna)计算从癌细胞到血流中的生物标志物的脱落及其在液体活检(小血样)中的分析。 可以从命令行运行包,也可以使用各种方法对自定义计算很重要。 下面提供了多个示例,可以从https://mybinder.org在浏览器中执行。 引用:Avanzini等人,A mathematical model of ctDNA shedding predicts tumor detection size科学进步6:eabc4308(2020),出版。 有关更多技术细节,请参阅预印本Avanzini等人,bioRxiv(2020):https://doi.org/10.1101/2020.02.12.946228 源代码位于https://github.com/reiterlab/ctdna。在

Releases

Installation and Setup

Manual

^{} can be run in the following modes:

  1. ^{}: simulates the evolutionary dynamics of a tumor and its biomarkers over time
  2. ^{}: simulates the biomarker distribution at a given tumor size or tumor age
  3. ^{}: simulates the detection size of a growing tumor for repeated testing at a desired annual false positive rate or a specified p-value threshold
  4. ^{}: computes the ROC (receiver operating characteristic)

See ^{} for default parameter values.

Examples

  • Use the interactive binder notebook at https://mybinder.org/v2/gh/reiterlab/ctdna/912b0958ef64d536185fdb2af33c71945db73287立即尝试该包。举例说明如何计算在直径为1、1.2、1.5和2cm的肿瘤中检测到特异性可操作突变的概率,其特异性为99%example.ipynb
  • 模拟10种肿瘤生长和ctDNA脱落动力学:ctdna dynamics -b 0.14 -d 0.13 -M 1e10 -n 10
  • 为100名受试者模拟给定肿瘤大小的ctDNA:ctdna distribution -b 0.14 -d 0.13 -n 100 -M 1e8 --q_d=1.4e-4
  • 模拟先前模拟的肿瘤生长和脱落动力学的每月复发试验:ctdna detection monthly -b 0.14 -d 0.13 -M 1e10 --panel_size 20 --n_muts 20 --annual_fpr 0.05 --seq_eff 0.5 --imaging_det_size 1e9
  • 用CancerSEEK模拟以前模拟的肿瘤生长和脱落动力学的年度筛查:ctdna detection annually -b 0.14 -d 0.136 -M 1e11 --panel_size 2000 --n_muts 1 --annual_fpr 0.01 --seq_eff 0.5 --diagnosis_size 2.25e10
  • 用CAPPSeq模拟以前模拟的肿瘤生长和脱落动力学的年度筛选:ctdna detection annually -b 0.14 -d 0.136 -M 1e11 --panel_size 300000 --n_muts 10 --pval_th 1.5e-7 --seq_eff 0.5 --diagnosis_size 2.25e10

Arguments

  • ^{} or ^{}: birth rate of cancer cells

  • ^{} or ^{}: death rate of cancer cells

  • ^{}: ctDNA shedding probability per cell death

  • ^{}: ctDNA shedding probability per cell birth

  • ^{}: ctDNA shedding probability per cell per day

  • ^{}: cfDNA half-life time in minutes

  • ^{}: size of blood sample tube (liters; default 0.015 l)

  • ^{}: sequencing panel size

  • ^{}: sequencing error rate per base-pair (default: 1e-5)

  • ^{}: sequencing efficiency, ie. fraction of the sampled molecules that are actually successfully sequenced (default: 0.5)

  • ^{}: number of clonal mutations in the cancer that are covered by the sequencing panel

  • ^{} or ^{}: tumor detection size where biomarker level is evaluated or size where dynamics simulations are stopped

  • ^{} or ^{}: simulations end when cancer reaches the given time

  • ^{}: approximate growth of tumor after this given threshold is reached

  • ^{} or ^{}: output directory for files (default is defined in ^{})

  • ^{} Optional argument to fix the wildtype haploid genome equivalents (hGE) per plasma ml to the given number instead of sampling the plasma DNA concentration from a Gamma distribution with parameters specified in ^{}

Detection mode

  • ^{}: Specifies desired annual false positive rate (1 - specificity) if test is repeated at the given frequency over a year
  • ^{}: Instead of the desired annual false positive rate ^{}, one can directly provide a p-value threshold that calls somatic point mutations in ctDNA

Authors: Stefano Avanzini & Johannes Reiter, Stanford University, https://reiterlab.stanford.edu

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

推荐PyPI第三方库


热门话题
Android上已连接音频输入设备的java列表   java是创建类的新对象还是使用静态方法?   Java:Shift/Rotate对象数组   Java Casting ArrayIterator<Object>   在java中返回布尔值时出错   无法确定文本文件读入程序(java)中的各种元素   Java Swing JToolBar   JAVAlang.IllegalStateException执行Ghost4J(Linux 32对64位)   jvm如何增加ubuntu系统的java堆化?   java CORS策略“AccessControlAllowOrigin”(Anguar 8和Servlet)   使用dagger 2的java视图依赖项注入   单元测试中RxJava的java模拟活动生命周期   arraylist中的Java打印字符串   java返回值显示为0.0。为什么会这样?   java是clientserver应用程序所必需的MVC吗?   ByteToMessageDecoder类中的java内存泄漏   java将大量文档写入firestore   GWT项目中的java TomcatMaven插件。两者之间的区别是什么:org。科德豪斯。魔咒和组织。阿帕奇。公猫maven插件   java swing:向JTree项添加自定义图形按钮