getSequence {GeneRegionScan}R Documentation

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.

Author(s)

Diego Diez

See Also

ProbeLevelSet

Examples


	data(exampleProbeLevelSet)
	getSequence(exampleProbeLevelSet)
	

[Package GeneRegionScan version 1.46.0 Index]