get_groups | R Documentation |
Uses output of cell_count_compilation()
to calculate
the mean and standard deviation of every user-specified test group.
get_groups( input = NULL, brains_list = c(), groups_list = c(), groups = c(), output = NULL )
input |
(required, default = NULL) Path to .csv file to be used,
the output of |
brains_list |
(required, default = c()) Vector of brain names (column headers in .csv file). |
groups_list |
(required, default = c()) Vector corresponding to brains_list that specifies the group name for each brain. |
groups |
(required, default = c()) Vector of groups. |
output |
(required, default = NULL) Path to .csv file to be created. |
Returns an object containing regional cell count means and standard deviations for each test group.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.