-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
executable file
·14 lines (14 loc) · 1.7 KB
/
DESCRIPTION
File metadata and controls
executable file
·14 lines (14 loc) · 1.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Package: Butte
Title: BoUnds of Time Till Expansion, inferring the SCNA arrival time in the somatic evolution toward the most recent common ancestor of tumor sample(s).
Version: 0.0.0.9000
Authors@R:
person(given = "Ruping",
family = "Sun",
role = c("aut", "cre"),
email = "ruping@umn.edu",
comment = c(ORCID = "0000-0003-3702-9483"))
Description: Butte is a computational framework to calculate the arrival time and initiation time of a clonal somatic copy number alteration (SCNA) observed in patient tumor sample(s). Currently the method focuses on copy number gains. A genomic region at an observed clonal SCNA state has evolved during the timeline from the germline to the founder cell of the clonal expansion. The timeline can be divided into three fractions in term of the copy number evolution. The first time fraction (T0) is the SCNA initiation time when the first gain occurs. The third fraction (TK) is the arrival time which measure the delay from the last gain to the start of population expansion. Butte can estimate the initation time and arrival time of an SCNA (with the total copy number as high as 7) given the read counts of somatic single nucleotide variants (SSNVs) occurred within corresponding genomic region and tumor purity. To do so, Butte adopts EM algorithm to find the allele state distribution of SSNVs. Then it either directly solve the time fraction (for SCNAs with identifiable history matrices), or adopts linear programming to calculate the upper bounds of these time fractions if multiple history matrices can exist for the SCNA or the underlying linear system is underdetermined.
License: MIT License
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.2