adjustGeneSetList | R Documentation |
This function adjusts the gene set list (GSL) of a given object based on specified limits.
adjustGeneSetList(object, limits = 50)
object |
An object of class |
limits |
A numeric value representing the threshold percentage for gene set inclusion (default: 50). |
This function calculates the proportion of genes in each gene set relative to the total number of genes in the object. Gene sets with a proportion greater than or equal to the specified limit are retained, while others are removed.
The updated input object, containing the added, removed or computed results.
getGeneSetList()
, getGenes()
, getAssay()
, setAssay()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.