addFeatures {cummeRbund} | R Documentation |
Adds a data.frame of features to a the SQLite backend database.
## S4 method for signature 'CuffSet' addFeatures(object, features, level="genes", ...)
object |
An object of class ('CuffSet' or 'CuffData') |
features |
A data.frame of features to add. 1st column MUST contain ids (ie. gene_id for 'gene' features, isoform_id for 'isoform' features, etc) |
level |
One of c('genes','isoforms','TSS','CDS') to indicate which type of featurs you are being added, and to what data-level. |
... |
Additional arguments. |
None
None
None
Loyal A. Goff
None
#None yet.