getGenes4Compartment | R Documentation |
Select all genes from your list annotated for specific
compartment. Should be used with
findGenesByEntrez()
or findGenesByName()
functions to obtain list of internal
IDs for your list of genes. Function lookups the Gene table
for specified localisation and returns main gene 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.
getGenes4Compartment(ids, compartmentID)
ids |
Gene IDs |
compartmentID |
compartment ID |
data.frame described in getGenesByID()
Other Gene functions:
findGeneByCompartmentPaperCnt()
,
findGeneByPaperCnt()
,
findGeneByPapers()
,
findGenesByEntrez()
,
findGenesByName()
,
getAllGenes4Compartment()
,
getGenesByID()
Other Compartment functions:
getAllGenes4Compartment()
,
getCompartments()
,
getPPIbyIDs4Compartment()
Genes <- getGenes4Compartment(c(1, 15, 156, 1500, 3000, 7000),
compartmentID = 1
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.