Description Usage Arguments Value Author(s) See Also Examples
These functions return a mapping of chromosome bands to genes.
makeChrBandGSC
returns a
GeneSetCollection
object,
with a GeneSet
for each band. The other functions return a 0/1
incidence matrix with a row for each chromosme band and a column for
each gene. Only those chromosome bands with at least one gene
annotation will be included.
1 2 3 | MAPAmat(chip, univ = NULL, minCount = 0)
makeChrBandInciMat(chrGraph)
makeChrBandGSC(chrGraph)
|
chip |
A string giving the annotation source. For example,
|
univ |
A vector of gene IDs (these should be Entrez IDs for
most annotation sources). The the annotations will be limited to
those in the set specified by |
chrGraph |
A |
minCount |
Bands with less than |
For makeChrBandGSC
, a GeneSetCollection
object with
a GeneSet
for each band.
For the other functions, (0/1) incidence matrix with chromosome bands
as rows and gene IDs as columns. A 1
in m[i, j]
indicates that the chromosome band rownames(m)[i]
contains the
geneID colnames(m)[j]
.
Seth Falcon, Michael Lawrence
makeChrBandGraph
,
cateGOry
,
probes2MAP
1 2 3 | have_hgu95av2.db <- suppressWarnings(require("hgu95av2.db"))
if (have_hgu95av2.db)
mam <- MAPAmat("hgu95av2.db")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.