prepareCuff(cuffDB, fixCufflinksAnnotationProblem=TRUE,removeNonChanonicalChr=TRUE)
cuffDB
object, produced by cummeRbund. This object must have been generated with cummeRbund, using the gtf
parameter (see example), for spliceR to extract transcript model and exon information.SpliceRList
containing a transcript_features
GRanges
object with the following additional metacolumns extracted from the cufflinks DB:
exon_features
GRanges object containing exon model information.
prepareCuff
to prepare a cummeRbund/Cufflinks DB object for use by spliceR (see example).
Often, it's appropriate to prefilter cufflinks data after running prepareCuff with preSpliceRFilter
to reduce overhead on downstream analyses.
#Load cufflinks example data
cuffDB <- prepareCuffExample()
#Generate SpliceRList from cufflinks data
cuffDB_spliceR <- prepareCuff(cuffDB)
Run the code above in your browser using DataLab