GeneRange: GeneRange

Description Usage Arguments Examples

View source: R/utility_functions.R

Description

Finds the range of gene activity for each gene in a dataframe. The median for the replicates is used for each time point.

Usage

1
GeneRange(dataset, nthreads = NULL)

Arguments

dataset

A transcriptomics dataset. First columns should be gene names. All other columns should be expression levels.

nthreads

Number of processor threads for the filtering. If not specified then the maximum number of logical cores are used.

Examples

1
rangedf <- GeneRange(Laurasmappings, nthreads = 2)

nathansam/CircadianTools documentation built on Dec. 26, 2019, 11:30 a.m.