getSequence {GeneRegionScan} | R Documentation |
Function to retrieve the sequences of feature in a ProbeLevelSet.
getSequence(object, id)
object |
A ProbeLevelSet object |
id |
Optional character vector with the featureNames of the sequences of interest |
A character vector with the sequences of all probes in the ProbeLevelSet. The names of the vector are set to match the sequences.
Diego Diez
data(exampleProbeLevelSet) getSequence(exampleProbeLevelSet)