easyRNASeq-BamParam-accessors: Accessors for BamParam class

Description Usage Arguments Value Author(s) See Also Examples

Description

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

Usage

1
2
3
4
yieldSize(object,...)
paired(object)
stranded(object)
strandProtocol(object)

Arguments

object

An object derived from class BamParam.

...

Additional parameter inherited from the Rsamtools package yieldSize function. Ignored here.

Value

The value of the corresponding slot.

Author(s)

Nicolas Delhomme

See Also

The BamParam class The RnaSeqParam yieldSize accessor

Examples

1
2
3
bp <- BamParam()
## get the yieldSize Parameter
ysize <-yieldSize(bp)

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