Learn R Programming

GeneRegionScan (version 1.28.0)

getSequence: Get Sequence from a ProbeLevelSet

Description

Function to retrieve the sequences of feature in a ProbeLevelSet.

Usage

getSequence(object, id)

Arguments

object
A ProbeLevelSet object
id
Optional character vector with the featureNames of the sequences of interest

Value

  • A character vector with the sequences of all probes in the ProbeLevelSet. The names of the vector are set to match the sequences.

See Also

ProbeLevelSet

Examples

Run this code
data(exampleProbeLevelSet)
	getSequence(exampleProbeLevelSet)

Run the code above in your browser using DataLab