Description Usage Arguments Value Author(s) References Examples
Create the event history matrix needed for the event timing algorithm
1 2 |
type |
|
copies |
a vector of length 2, giving the number of copies of the maternal and paternal chromosomes |
totalCopy |
an integer between 2 and 5. totalCopy must be the sum of the numbers given for the argument copies |
onlyIdentifiable |
logical. Only return event matrices corresponding to event histories with identifiable pi[0]? |
The A matrix relates allele frequencies to the event history. The vector A pi gives the probabilities of each allele frequency possible for the specified event.
Elizabeth Purdom
Purdom, E, et al. (submitted). “Timing Chromosomal Abnormalities within Cancer Samples.”
1 2 | makeEventHistory(type="gain",totalCopy=8)
makeEventHistory(type="gain",copies=c(1,4),totalCopy=5,onlyIdentifiable=FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.