p2LL: A function to map from probes to unique Entrez Gene IDs

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/Amat.R

Description

For any chip, this function computes the map from unique Entrez Gene ID to all probes.

Usage

1

Arguments

data

The character string naming the chip.

Details

This function is deprecated.

This is essentially the computation of the reverse map, we store probe to Entrez gene information in the ENTREZID environment. This is used to compute the inverse mapping.

Value

A list, with length equal to the number of unique Entrez Gene IDs on the chip, the elements correspond to the probes that map to the Gene ID.

Author(s)

R. Gentleman

See Also

getEG

Examples

1
2
3
4
5
6
## Not run: 
  library("hgu95av2.db")
  x <- p2LL("hgu95av2")
  table(sapply(x, length))

## End(Not run)

annotate documentation built on Nov. 8, 2020, 8:14 p.m.