getSignatureTypeList | R Documentation |
Retrieves a list of signatures sorted by molecular type as present in the given object.
getSignatureTypeList(object, signatures = NULL)
object |
An object of class |
signatures |
A character vector specifying the subset of signatures to include in the output (default: NULL). |
This function categorizes signatures into different types based on the provided object. If the 'signatures' argument is provided as a character vector, the function returns only the specified signatures categorized by assay type. Otherwise, it returns all signatures categorized by type.
A list containing the names of signatures categorized by assay type.
Documentation of slot @signatures in the MolecularAssay
-class.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.