AddTranscript | R Documentation |
Add transcript information to a data frame with mutation records
AddTranscript(df, trans.ranges = NULL, ref.genome, name.of.VCF = NULL)
df |
A data frame storing mutation records of a VCF file. |
trans.ranges |
A |
ref.genome |
A |
name.of.VCF |
Name of the VCF file. |
A data frame with new columns added to the input data frame, which contain the mutated gene's name, range and strand information.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.