GetMutationLoadsFromStrelkaIDVCFs: Get mutation loads information from Strelka ID VCF files.

View source: R/shiny_related_functions.R

GetMutationLoadsFromStrelkaIDVCFsR Documentation

Get mutation loads information from Strelka ID VCF files.

Description

Get mutation loads information from Strelka ID VCF files.

Usage

GetMutationLoadsFromStrelkaIDVCFs(catalogs)

Arguments

catalogs

A list generated by calling function StrelkaIDVCFFilesToCatalog to Strelka ID VCF files.

Value

A list containing mutation loads information from Strelka ID VCF files:

  1. total.variants Total number of mutations.

  2. SBS Number of single base substitutions.

  3. DBS Number of double base substitutions.

  4. ID Number of small insertions and deletions.

  5. excluded.variants Number of other types of mutations which are excluded in the analysis in ICAMS.


ICAMS documentation built on June 22, 2024, 6:47 p.m.