arseq.mvg: Most Variable Genes

Description Usage Arguments Value Examples

View source: R/arseq.mvg.R

Description

Identifying the most variable genes in the dataset

Usage

1
arseq.mvg(data, variable.genes = variable.genes, dds.object = TRUE)

Arguments

data

DESeq2 object or normalized expression dataframe

variable.genes

numeric: The number of most variable genes to be identified. By default, the program identifies the top 1000 most variable genes.

dds.object

Logical parameter indicating if the data is a DESeq2 object. Default=TRUE

Value

The most variable genes

Examples

1
mvg <- arseq.mvg (example_dds)

ajitjohnson/arseq documentation built on Oct. 28, 2021, 3:53 a.m.