powered by
Get anatogram from defaults in gganatogram
get_anatogram(organism = "human", sex = "male", anatogram = NULL)
The organism to be plotted. Currently, only human is accepted.
human
Sex of the organism
A list, similar to hgMale_list that will create the outline and has the corresponding organ data.frames in that list
hgMale_list
data.frame
A list of values for the anatogram
anatogram
# NOT RUN { get_anatogram() get_anatogram(sex = "female") get_anatogram(organism = "mouse") # }
Run the code above in your browser using DataLab