GetFractionDetected {atlasapprox} | R Documentation |
GetFractionDetected
Description
Get the fraction of cells expressing specified features across cell types in a given organism and organ.
Usage
GetFractionDetected(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 fraction of expressing cells by cell type in that organism and organ
Examples
GetFractionDetected("h_sapiens", "Lung", c("COL1A1", "PTPRC"))
[Package atlasapprox version 0.1.0 Index]