pre_check | R Documentation |
A previous check function for overview the data sets.
pre_check( counts_data, group_list, dir = ".", prefix = "1-pre_check", palette = RColorBrewer::brewer.pal(3, "Set2")[1:2] )
counts_data |
a counts data frame of rows in genes and columns in samples |
group_list |
a list ordered by samples in counts_data |
dir |
a directory to store results |
prefix |
a prefix of file names in this step |
palette |
a color palette for plots |
a directory contains figures for data QC check
pre_check(counts_input, group_list, tempdir())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.