getAllGenes4Compartment | R Documentation |
Get all genes annotated for specific compartment. Function returns main information like internal Gene IDs, MGI ID, Human Entrez ID, Human Gene Name, Mouse Entrez ID, Mouse Gene Name, Rat Entrez ID, Rat Gene Name.
getAllGenes4Compartment(compartmentID)
compartmentID |
ID for specific compartment |
data.frame described in getGenesByID()
Other Gene functions:
findGeneByCompartmentPaperCnt()
,
findGeneByPaperCnt()
,
findGeneByPapers()
,
findGenesByEntrez()
,
findGenesByName()
,
getGenes4Compartment()
,
getGenesByID()
Other Compartment functions:
getCompartments()
,
getGenes4Compartment()
,
getPPIbyIDs4Compartment()
G <- getAllGenes4Compartment(compartmentID = 1) # 5560 rows
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.