getSignatureTypeList.Rd
Retrieves a list of signatures sorted by molecular type as present in the given object.
getSignatureTypeList(object, signatures = NULL)
An object of class SPATA2
or, in case of S4 generics,
objects of classes for which a method has been defined.
A character vector specifying the subset of signatures to include in the output (default: NULL).
A list containing the names of signatures categorized by assay type.
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.
Documentation of slot @signatures in the MolecularAssay
-class.