class_frequency: Visualize the distribution of the classes

Description Usage Arguments Examples

View source: R/class_frequency.R

Description

This function takes the data frame and the mutation column to visualize the frequency of the classes

Usage

1
class_frequency(data, mutations)

Arguments

data

A data frame

mutations

Specify the column name that contains the mutations

Examples

1
class_frequency(data = df, mutations = "Mutation")

narodkebabci/gRoR documentation built on Jan. 18, 2022, 10:09 p.m.