Usage
parseBPMAP(filename, iID=NULL, iCHR=NULL, iSTART=NULL, iEND=NULL, recordIntervalIDs = FALSE, makeUniqueID = TRUE, readOnlyNCBI = TRUE, seqIndices = NULL, readProbeSeq = TRUE, verbose = 0)
Arguments
filename
The path to the BPMAP file which describes the arrays specified in the cel files.
iID
Vector of IDs for each interval specified.
iCHR
Vector of chromosomes for each interval.
iSTART
Integer vector of the interval start.
iEND
Integer vector of the interval end.
recordIntervalIDs
If TRUE, returns a column of the interval ID corresponding to each probe. Requires use of interval data.
makeUniqueID
If TRUE (default), returns a column of unique identifiers for each probe, of the form: "chr"-"start"
readOnlyNCBI
If TRUE (default), returns ONLY probes that target NCBI sequences, TIGR and Affymetrix controls are ignored.
seqIndices
If specified, reads only given portions of the BPMAP file (Expert ONLY).
readProbeSeq
If TRUE, returns the first 25 bp of the probe sequence.
verbose
if >= 1, returns varying amounts of output in the R window.