Learn R Programming

waveTiling (version 1.14.0)

selectProbesFromTilingFeatureSet: select probes from WaveTilingFeatureSet object

Description

Extract the probe indices from a WaveTilingFeatureSet object that map to a region between two specified genomic positions

Usage

selectProbesFromTilingFeatureSet(object, chromosome, strand=c("forward","reverse"), minPos, maxPos)

Arguments

object
object of class WaveTilingFeatureSet
chromosome
chromosome
strand
strand
minPos
minimum genomic position
maxPos
maximum genomic position

Value

Examples

Run this code
  ## Not run: 
#     data(leafdevBQ)
#     tt <- selectProbesFromTilingFeatureSet(leafdevBQ,chromosome=1,strand="forward",minPos=22000,maxPos=26000)
#     length(tt)
#     head(tt)
#   ## End(Not run)

Run the code above in your browser using DataLab