GetMetacellTags | R Documentation |
This function gives the list of metacell tags available in DAPAR.
- onlyPresent: In this case, the function gives the tags found in a dataset. In addition, and w.r.t to the hierarchy of tags, if all leaves of a node are present, then the tag corresponding to this node is added.
GetMetacellTags(level = NULL, obj = NULL, onlyPresent = FALSE, all = FALSE)
level |
xxx |
obj |
An object of class |
onlyPresent |
A boolean that indicates if one wants a list with only the tags present in the dataset. |
all |
A boolean that indicates if one wants the whole list |
A vector of tags..
Samuel Wieczorek
data(Exp1_R25_pept, package="DAPARdata")
obj <- Exp1_R25_pept
GetMetacellTags(level="peptide")
GetMetacellTags(level="peptide", obj, onlyPresent=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.