ICAMS (version 2.0.7)

AddTranscript: Add transcript information to a data frame with mutation records

Description

Add transcript information to a data frame with mutation records

Usage

AddTranscript(df, trans.ranges = NULL)

Arguments

df

A data frame storing mutation records of a VCF file.

trans.ranges

A data.table which contains transcript range and strand information. Please refer to TranscriptRanges for more details.

Value

A data frame with new columns added to the input data frame, which contain the mutated gene's name, range and strand information.