getModality | R Documentation |
Extracts the molecular modality of chosen molecular assay.
getModality(object, ...)
## S4 method for signature 'SPATA2'
getModality(object, assay_name = activeAssay(object), ...)
## S4 method for signature 'MolecularAssay'
getModality(object, ...)
object |
An object of class |
... |
Used to absorb deprecated arguments or functions. |
assay_name |
Only relevant if the |
Character value.
library(SPATA2)
object <- loadExampleObject("UKF275T")
getModality(object)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.