smallestUniqueGroups | R Documentation |
For a given vector of protein group names, outputs the names of those protein groups for which none of its member proteins is present in a smaller protein group.
smallestUniqueGroups(proteins, split = ";")
proteins |
A vector of characters or factors containing single proteins and/or protein groups (i.e. proteins separated by a separator symbol). |
split |
The character string that is used to separate the indivudual protein names in each protein group. |
A character vector containing the names of the protein groups for which none of its proteins is present in a smaller protein group.
data(pe)
smallestUniqueGroups(rowData(pe[["peptide"]])$Proteins)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.