plot_all_sample: Plot all samples

Description Usage Arguments Examples

View source: R/radial_bridge.R

Description

Plot all samples together and output as pdf

Usage

1
2
plot_all_sample(x = tidy_brain_ls, type = "wildtype",
  file_directory = NA, save_directory = NA)

Arguments

x

the list of samples you want to plot

type

wild type or youtoo type of zebrafish embryo brain

file_directory

samples' local directory, we will need this to extract the name of each of your sample. This should correspond to the list of sampels.

save_directory

Set a directory for the plots, otherwise, the plot will be saved at the current directory.

Examples

1
2
plot_all_sample(tidy_brain_ls, type = "wildtype", file_directory = NA, save_directory = NA)
plot_all_sample(tidy_brain_ls, type = "youtoo", file_directory = NA, save_directory = NA)

baumer-lab/cranium documentation built on Nov. 3, 2019, 2:07 p.m.