get_anatogram: Get anatogram from defaults in gganatogram

Description Usage Arguments Value Examples

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")

jespermaag/gganatogram documentation built on May 17, 2019, 3 p.m.