cellosaurus_fields: Get the list of fields in the Cellosaurus schema

View source: R/cellosaurus.R

cellosaurus_fieldsR Documentation

Get the list of fields in the Cellosaurus schema

Description

This function retrieves the list of fields available in the Cellosaurus schema. It internally calls the .cellosaurus_schema() function to fetch the schema and extracts the list of fields from it.

Usage

cellosaurus_fields(common = FALSE, upper = FALSE)

Arguments

common

Logical indicating whether to return only the common fields. Default is FALSE.

upper

Logical indicating whether to return the fields in uppercase. Default is FALSE.

Value

A character vector containing the list of fields in the Cellosaurus schema.

Examples

cellosaurus_fields()
cellosaurus_fields(common = TRUE)
cellosaurus_fields(upper = TRUE)


bhklab/AnnotationGx documentation built on April 3, 2025, 4:27 p.m.