Description Usage Arguments Value Author(s) See Also Examples
These functions and generics define 'accessors' (to get and set values) for
AnnotParam
objects within the easyRNASeq package.
Implemented are:
datasource
type
1 2 3 | datasource(object)
## S4 method for signature 'AnnotParam'
type(x)
|
object |
An object derived from class |
x |
An object derived from class |
The value of the corresponding slot.
Nicolas Delhomme
The AnnotParam
class.
The type and organism generics are imported from the BSgenome
and
Biostrings
package, respectively.
1 2 3 4 5 6 | # fetch the example data
Dm.annot <- fetchData("Dmel-mRNA-exon-r5.52.gff3.gz")
annot <- AnnotParam(datasource=Dm.annot)
# get the datasource Parameter
datasource(annot)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.