View source: R/palimpsest_input.R
palimpsest_input | R Documentation |
Creates the list of input matrices of the numbers and proportions of each mutation category (of one mutation type, e.g. SBS mutation categories) in each sample.
palimpsest_input(vcf = NULL, Type = NULL, mutypes = NA)
vcf |
The input VCF file from which a matrix of mutation categories is to be made. |
Type |
Mutation type (SBS, DBS, ID or SV). |
mutypes |
leave blank to use default COSMIC categories (recommeneded), or add your own. |
DBS_input <- palimpsest_input(vcf=vcf, Type = "DBS")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.