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.txtis 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.Ris a script that reads the previous file, converts it to a useful form, and saves it in thesysdata.rdafile so it can be used by the package. In particular, it is used by functions that simulateTumorobjects to create realistic segmentation data.makeTestExamples.Ris a script that simulates copy number and mutation data used for regression testing of the algorithms during package development.
Analyses
simgen.Ris 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.Ranalyzes all th simulated data.asswssing.Rcompares the infered results feomthe the algorithms to the true properties of the simulated adta.clinical.Rapplies th CloneSeeker alorithm to CLL data.cnv_survival.Rtsts the associations of subclones with clinical variables in CLL.- ``figures.R` generates the figures in the manuscript.