getGeneSetOverview | R Documentation |
Counts the number of signatures by class - after subsetting if desired.
getGeneSetOverview(object, ...)
getMetaboliteOverview(object, ...)
getProteinSetOverview(object, ...)
getSignatureOverview(object, ..., assay_name = activeAssay(object))
object |
An object of class |
... |
Additional selection helpers from the tidyselect package that match names according to a given pattern. |
assay_name |
Only relevant if the |
A data.frame with two variables Class and Available Signatures indicating the number of different signatures the classes contain.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.