easyRNASeq-RnaSeqParam-accessors: Accessors for RnaSeqParam class

Description Usage Arguments Value Author(s) See Also Examples

Description

These functions and generics define 'accessors' (to get and set values) for RnaSeqParam objects within the easyRNASeq package. Implemented are:

Usage

1
2
## S4 method for signature 'RnaSeqParam'
yieldSize(object)

Arguments

object

An object derived from class RnaSeqParam.

Value

The value of the corresponding slot.

Author(s)

Nicolas Delhomme

See Also

The BamParam yieldSize accessor

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## create the necessary AnnotParam
annotParam <- AnnotParam(
                datasource=system.file(
                                "extdata",
                                "Dmel-mRNA-exon-r5.52.gff3",
                                package="RnaSeqTutorial"))

## create the RnaSeqParam
rsp <- RnaSeqParam(annotParam=annotParam)
## get the yieldSize Parameter
ysize <-yieldSize(rsp)

easyRNASeq documentation built on April 30, 2020, 2 a.m.