longitudinalData | R Documentation |
For three individuals with clonal expansions that can be estimated using our methods, we have longitudinal data to orthogonally validate these estimates, which is included here. Additionally, for 13 clones with a driver gene matching a driver gene in the single cell data, but without a match to a specific clone, we include this longitudinal data as well.
longitudinalData
A data.frame
containing all the information needed
The individual's ID
Individual's age at the various sampling times
The variant allele frequency at the various sampling times for the clone of interest
Gene or genes with mutation that identifies the clone
Protein affected by the mutation
The type of cells used for sequencing
The name we use for the clone to match to single cell data, if applicable.
These datasets were generated and annotated in: Williams et al. 2022 Fabre et al. 2022
# Plot longitudinal data from PD9478
library(ggplot2)
ggplot(longitudinalData[longitudinalData$Sample.ID == "PD9478", ]) +
geom_point(aes(x = Age, y = VAF))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.