class_formation: Build class labels based on mutations

Description Usage Arguments Examples

View source: R/class_formation.R

Description

This function takes the data frame and the mutation column to group the amino acids into four main classes based on their R groups' properties. It also prints the missing classes within the dataset.

Usage

1
class_formation(data, mutations)

Arguments

data

A data frame containing mutations that will be classified

mutations

Specify the column name that contains the mutations

Examples

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

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