Learn R Programming

easybio (version 1.2.2)

available_tissue_type: Retrieve Available Tissue Types for a Given Species

Description

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

Usage

available_tissue_type(spc)

Value

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

Arguments

spc

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

See Also

available_tissue_class, get_marker

Examples

Run this code
# Get all tissue types for Human
available_tissue_type("Human")

Run the code above in your browser using DataLab