get_anatogram: Get anatogram from defaults in gganatogram

Description Usage Arguments Value Examples

View source: R/get_anatogram.R

Description

Get anatogram from defaults in gganatogram

Usage

1
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

1
2
3
get_anatogram()
get_anatogram(sex = "female")
get_anatogram(organism = "mouse")

neuroconductor-devel/gganatogram documentation built on May 4, 2021, 4:18 a.m.