GetMarkers {atlasapprox} | R Documentation |
GetMarkers
Description
Get marker genes for a specified cell type in a given organism and organ.
Usage
GetMarkers(organism, organ, cell_type, number)
Arguments
organism |
The organism you would like to query |
organ |
The organ you would like to query |
cell_type |
The cell type you would like to query |
number |
The number of markers you would like to get |
Value
An array of markers for that cell type in that organism and organ
Examples
GetMarkers("h_sapiens", "Lung", "fibroblast", 5)
[Package atlasapprox version 0.1.0 Index]