Description Usage Arguments Value Examples
View source: R/get_var_genes.R
This function lists the variance driving genes for each significant singular vector
1 | get_var_genes(measure_obj, cluster)
|
measure_obj |
the measure-object as the output of sigma_funct |
cluster |
the name of the cluster of interest, e.g. "Pod" |
A matrix, with the columns as the number of significant gene singular vecotrs and the rows contain the 1% genes with highest and lowest values in the gene singular vector
1 2 | data("out")
get_var_genes(out, "Group2")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.