easyRNASeq BamParam accessors {easyRNASeq}R Documentation

Accessors for BamParam class

Description

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

Usage

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


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


[Package easyRNASeq version 2.16.0 Index]