GetHighestMeasurement {atlasapprox} | R Documentation |
GetHighestMeasurement
Description
Get the cell types with the highest expression of a specified feature in a given organism.
Usage
GetHighestMeasurement(organism, feature, number)
Arguments
organism |
The organism you would like to query |
feature |
The feature you would like to query |
number |
The number of highest expressors you would like to get |
Value
A dataframe of cell types, organs, and averages for the cell types with the highest measurement for that feature
Examples
GetHighestMeasurement("h_sapiens", "PTPRC", 5)
[Package atlasapprox version 0.1.0 Index]