palimpsest_input: palimpsest_input

Description Usage Arguments Examples

View source: R/palimpsest_input.R

Description

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.

Usage

1
palimpsest_input(vcf = NULL, Type = NULL, mutypes = NA)

Arguments

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.

Examples

1
DBS_input <- palimpsest_input(vcf=vcf, Type = "DBS")

FunGeST/Palimpsest documentation built on June 10, 2021, 6:35 p.m.