Usage
getRegion(expData, chr, start, end, strand, what = "*", whereClause = "", verbose = getOption("verbose"))
Arguments
expData
An object of class ExpData
.
chr
Chromosome number of desired region.
start
Start position of desired region. If omitted, it is set to 0.
end
End position of desired region. If omitted, it is set to 1e12.
strand
Strand of desired region. Values of 1 or -1 return data from forward or
reverse strand. A value of 0 or a missing argument returns data from
any strand, including data with missing strand information.
what
A vector of column names specifying which columns of the data should be returned. Defaults to all columns.
whereClause
Additional filtration criteria, customizable to refer to additional data columns. See Details for more explanation.
verbose
Logical indicating whether details should be printed.