Last chance! 50% off unlimited learning
Sale ends in
graph
object representing the nested
structure of chromosome bands (also known as cytogenetic bands).
The nodes of the graph are band identifiers. Each node has a
geneIds
node attribute that lists the gene IDs that are
annotated at the band (the gene IDs will be Entrez IDs in most
cases).
makeChrBandGraph(chip, univ = NULL)
"hgu133plus2"
univ
.
If univ
is NULL
(default), then the gene IDs are those
found in the annotation data source.graph-class
instance. The graph will be a
tree and the root node is labeled for the organism.
MAP
map from the appropriate annotation data package.
Although cytogenetic bands are observed in all organisms, currently,
only human and mouse band nomenclatures are supported.
chrGraph <- makeChrBandGraph("hgu95av2.db")
chrGraph
Run the code above in your browser using DataLab