GetAverage {atlasapprox} | R Documentation |
GetAverage
Description
Get the average gene expression for specified features across cell types in a given organism and organ.
Usage
GetAverage(organism, organ, features)
Arguments
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 |
Value
A data.frame of average gene expression by cell type in that organism and organ
Examples
GetAverage("h_sapiens", "Lung", c("COL1A1", "PTPRC"))
[Package atlasapprox version 0.1.0 Index]