## S3 method for class 'MethylSet':
mapToGenome(object, mergeManifest = FALSE)
## S3 method for class 'MethylSet':
mapToGenome(object, mergeManifest = FALSE)
## S3 method for class 'RGChannelSet':
mapToGenome(object, \dots)MethylSet, a RGChannelSet or a
RatioSet.GRanges?MethylSet.RGChannelSet method of this function is a convenience
function: the RGChannelSet is first transformed into a
MethylSet using preprocessRaw. The resulting
MethylSet is then mapped directly to the genome.This function silently drops loci which cannot be mapped to a genomic position, based on the associated annotation package.
GenomicMethylSet for the output object and
MethylSet for the input object. Also,
getLocations obtains the genomic locations for a given object.