rmAmbigMappings: Remove genes that map to multiple chromosomes from a...

Description Usage Arguments Value Author(s) See Also Examples

View source: R/reb.R

Description

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.

Usage

1

Arguments

cL

an existing chromLocation object

Value

A chromLocation object

Author(s)

Kyle A. Furge

See Also

buildChromLocation

Examples

 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)
#}

reb documentation built on April 28, 2020, 8:35 p.m.