getGeneSet | R Documentation |
Extracts a character vector of molecule names making up a molecular signature.
getGeneSet(object, gene_set, ...)
getMetaboliteSet(object, metabolite_set, ...)
getProteinSet(object, protein_set, ...)
getSignature(object, signature, assay_name = activeAssay(object))
object |
An object of class |
... |
Used to absorb deprecated arguments or functions. |
signature |
Character value. The signature of interest. |
assay_name |
Only relevant if the |
These functions retrieve molecule names of single signatures.
getSignature()
: A character vector of molecule names from the signature specified.
getGeneSet()
: A character vector of gene names from the gene set specified.
getMetaboliteSet()
: A character vector metabolite names from the metabolite set specified.
getProteinSet()
: A character vector of protein names from the protein set specified.
Character vector.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.