View source: R/Script_PLATE_09_PREDICT_NMD_1_ParseGTF.R
ParseGTF | R Documentation |
Parses the gene transfer file (GTF) for downstream nonsense-mediated decay (NMD) prediction.
ParseGTF(MarvelObject)
MarvelObject |
Marvel object. S3 object generated from |
This function parses the GTF in order to generate new columns for gene IDs, transcript IDs, and transcript type. These information are extracted from the attribute (9th) column for a standard GTF. These information will be used for downstream NMD prediction.
An object of class S3 with new slot MarvelObject$NMD$GTF
.
marvel.demo <- readRDS(system.file("extdata/data", "marvel.demo.rds", package="MARVEL")) marvel.demo <- ParseGTF(MarvelObject=marvel.demo)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.