Description Usage Arguments Examples
Add group identifies based on strings included in the Experiments name.
1 | add_groups(x, group_ids = list(All_samples = "All samples"))
|
x |
A dataframe containing a column named Experiments, based on which you will define the groups. |
group_ids |
List containing group name as name of the list element, and an identifier unique for this group as list element. |
1 2 3 4 5 | # first define the group_ids list
group_ids <- list(GroupA = "group_A",
GroupB = "group_B")
# 2nd assign different experiments into groups. Output is saved in the 'my_groups' column
data2 <- add_groups(data, group_ids)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.