Skip to contents

GetCelltypes

Usage

GetCelltypes(organism, organ)

Arguments

organism

The organism you would like to query

organ

The organ you would like to query

Value

An array of available cell types from that organism and organ

Examples

GetCelltypes("h_sapiens", "Lung")
#>  [1] "neutrophil"             "basophil"               "monocyte"              
#>  [4] "macrophage"             "dendritic"              "B"                     
#>  [7] "plasma"                 "T"                      "NK"                    
#> [10] "plasmacytoid"           "goblet"                 "AT1"                   
#> [13] "AT2"                    "club"                   "ciliated"              
#> [16] "basal"                  "serous"                 "mucous"                
#> [19] "arterial"               "venous"                 "capillary"             
#> [22] "CAP2"                   "lymphatic"              "fibroblast"            
#> [25] "alveolar fibroblast"    "smooth muscle"          "vascular smooth muscle"
#> [28] "pericyte"               "mesothelial"            "ionocyte"