Description Usage Arguments Details Value Note Author(s) References Examples
Adds a data.frame of features to a the SQLite backend database.
1 2 | ## 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
1 | #None yet.
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.