Learn R Programming

easyRNASeq (version 2.8.2)

easyRNASeq BamParam accessors: 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)

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.

See Also

The BamParam class The RnaSeqParam yieldSize accessor

Examples

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

Run the code above in your browser using DataLab