mutation_viz: Creates a set of plot summarising a mutation file.

View source: R/plotting-functions.R

mutation_vizR Documentation

Creates a set of plot summarising a mutation file.

Description

Creates a set of plot summarising a mutation file.

Usage

mutation_viz(mutation, ...)

Arguments

mutation

Raw mutation dataframe containing alteration data

...

any argument belonging to the gene_binary method

Value

Returns a list of the following plots:

varclass Barplot of counts of each variant classification

vartype Barplot of counts of each variant type

snvclass Histogram of counts of each SNV class

samplevar Histogram of counts variants per patient

topgenes Barplot of counts of top variant genes

genecor Correlation heatmap of the top 10 genes

Examples

mutation_viz(gnomeR::mutations)


AxelitoMartin/gnomeR documentation built on March 23, 2024, 3:07 a.m.