get_var_genes: Extract variance driving genes

Description Usage Arguments Value Examples

View source: R/get_var_genes.R

Description

This function lists the variance driving genes for each significant singular vector

Usage

1
get_var_genes(measure_obj, cluster)

Arguments

measure_obj

the measure-object as the output of sigma_funct

cluster

the name of the cluster of interest, e.g. "Pod"

Value

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

Examples

1
2
data("out")
get_var_genes(out, "Group2")

Siliegia/SIGMA documentation built on Dec. 18, 2021, 2 p.m.