GetAverage | R Documentation |
Get the average gene expression for specified features across cell types in a given organism and organ.
GetAverage(organism, organ, features)
organism |
The organism you would like to query |
organ |
The organ you would like to query |
features |
The features (genes) you would like to query |
A data.frame of average gene expression by cell type in that organism and organ
GetAverage("h_sapiens", "Lung", c("COL1A1", "PTPRC"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.