(Legacy) Accessors for ShortRead classes
These functions and generics define ‘accessors’ (to get and set values) for objects in the ShortRead package; methods defined in other packages may have additional meaning.
## SRVector vclass(object, ...) ## AlignedRead chromosome(object, ...) position(object, ...) alignQuality(object, ...) alignData(object, ...) ## Solexa experimentPath(object, ...) dataPath(object, ...) scanPath(object, ...) imageAnalysisPath(object, ...) baseCallPath(object, ...) analysisPath(object, ...) ## SolexaSet solexaPath(object, ...) laneDescription(object, ...) laneNames(object, ...)
object |
An object derived from class |
... |
Additional arguments passed to the accessor. The default definitions do not make use of additional arguments. |
Usually, the value of the corresponding slot, or other simple content
described on the help page of object
.
Martin Morgan
sp <- SolexaPath(system.file('extdata', package='ShortRead')) experimentPath(sp) basename(analysisPath(sp))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.