View source: R/palimpsest_plotting.R
palimpsest_plotTumorHistories | R Documentation |
Function to represent the natural histories of tumors
palimpsest_plotTumorHistories(
vcf = NULL,
sv.vcf = NULL,
cna_data = NULL,
point.mut.time = NULL,
clonsig = NULL,
subsig = NULL,
msigcol = NULL,
msigcol.sv = NULL,
spacechar = 1,
ystep = 2,
resdir = NULL
)
vcf |
Annotated vcf file for mutations |
sv.vcf |
Annotated vcf file for SVs |
cna_data |
Data frame with Copy Number Alteration Information |
point.mut.time |
Duplication timing estimated from point mutations |
clonsig |
Matrix giving the proportion of clonal mutations attributed to each signature |
subsig |
Matrix giving the proportion of subclonal mutations attributed to each signature |
msigcol |
Color codes for mutational signatures |
msigcol.sv |
Color codes for SV signatures |
spacechar |
Space for characters in the legends |
ystep |
Step between annotation lines |
resdir |
Results directory. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.