get_anatogram: Get anatogram from defaults in gganatogram

View source: R/get_anatogram.R

get_anatogramR Documentation

Get anatogram from defaults in gganatogram

Description

Get anatogram from defaults in gganatogram

Usage

get_anatogram(organism = "human", sex = "male", anatogram = NULL)

Arguments

organism

The organism to be plotted. Currently, only human is accepted.

sex

Sex of the organism

anatogram

A list, similar to hgMale_list that will create the outline and has the corresponding organ data.frames in that list

Value

A list of values for the anatogram

Examples

get_anatogram()
get_anatogram(sex = "female")
get_anatogram(organism = "mouse")

neuroconductor-devel/gganatogram documentation built on Feb. 19, 2025, 2:13 p.m.