setOperation | R Documentation |
Perform set operations on selected groups
setOperation(
operation,
groups,
selected,
symbol = " ",
groupName = NULL,
first = NULL,
second = NULL,
matches = NULL,
type = "Samples",
assignColoursToGroups = FALSE
)
operation |
Character: set operation |
groups |
Matrix: groups |
selected |
Integer: index of rows regarding selected groups |
symbol |
Character: Unicode symbol to visually indicate the operation performed |
groupName |
Character: group name (automatically created if |
first |
Character: identifiers of the first element (required when
performing the |
second |
Character: identifiers of the second element (required when
performing the |
matches |
Character: match between samples (as names) and subjects (as values) |
type |
Character: type of group where set operations are to be performed |
assignColoursToGroups |
Boolean: assign colours to new groups? |
Matrix containing groups (new group is in the first row)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.