getAssay | R Documentation |
Retrieves an object of class MolecularAssay
from the provided object.
getAssay(object, assay_name = activeAssay(object))
object |
An object of class |
assay_name |
Only relevant if the |
This function retrieves assay data from the provided object based on the specified assay name. It internally calls containsAssay()
to ensure that the assay exists in the object.
Assay data corresponding to the specified name.
activeAssay()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.