Learn R Programming

cummeRbund (version 2.14.0)

addFeatures: addFeatures

Description

Adds a data.frame of features to a the SQLite backend database.

Usage

"addFeatures"(object, features, level="genes", ...)

Arguments

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.

Value

None

Details

None

References

None

Examples

Run this code
	#None yet.

Run the code above in your browser using DataLab