Learn R Programming

easybio (version 1.1.1)

available_tissue_class: Retrieve Available Tissue Classes for a Given Species

Description

This function extracts and returns a unique list of available tissue classes from the CellMarker2.0 database for a specified species.

Usage

available_tissue_class(spc)

Value

A character vector of unique tissue classes available for the given species. If no tissue classes are found, an empty vector is returned.

Arguments

spc

A character string specifying the species (e.g., "Human" or "Mouse").

Examples

Run this code
available_tissue_class("Human")
available_tissue_class("Mouse")

Run the code above in your browser using DataLab