Description
Seeking and Finding Clones in Copy Number and Sequencing Data.
Description
Defines the classes and functions used to simulate and to analyze data sets describing copy number variants and, optionally, sequencing mutations in order to detect clonal subsets. See Zucker et al. (2019) <doi:10.1093/bioinformatics/btz057>.
README.md
Overview
This directory contains a combination of material that either (1) constructs data sets that are part of the package or (2) performs some of the analyses described in our manuscript.
Package Material
chlens.txt
is a simple table holding the lengths In base pairs) of human chromosomes. It is based on build [UNKNOWN} and was initialy obtained from [UNKNOWN].makeChlens.R
is a script that reads the previous file, converts it to a useful form, and saves it in thesysdata.rda
file so it can be used by the package. In particular, it is used by functions that simulateTumor
objects to create realistic segmentation data.makeTestExamples.R
is a script that simulates copy number and mutation data used for regression testing of the algorithms during package development.
Analyses
simgen.R
is the script that created the original simulated data sets used in our paper to compare the CloneSeeker algorithm to other algorithms intended to detect clones.running.R
analyzes all th simulated data.asswssing.R
compares the infered results feomthe the algorithms to the true properties of the simulated adta.clinical.R
applies th CloneSeeker alorithm to CLL data.cnv_survival.R
tsts the associations of subclones with clinical variables in CLL.- ``figures.R` generates the figures in the manuscript.