Description Usage Arguments Value Author(s) See Also Examples
Due to the automated probe annotation, a subset of probes can be “confidently” mapped to multiple chromosomes on the genome.
This can cause some confusion if you are trying to perform certain types of data analysis.
This function examines a chromLocation
object and removes
probes that map to multiple chromosomes.
1 | rmAmbigMappings(cL)
|
cL |
an existing |
A chromLocation
object
Kyle A. Furge
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | ##
## NOTE: This requires an annotation package to work, it is provided for info only.
##
#if (require(hu6800)) {
# library(Biobase)
# library(annotate)
## Build a specific chrom arm
# cL <- buildChromLocation("hu6800")
# cleanCL <- rmAmbigMappings(cL)
#}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.