MedListPar: MedListPar

Description Usage Arguments Examples

View source: R/utility_functions.R

Description

Provides a dataframe of median values at each time point for each gene from a transcriptomics dataset.

Usage

1
MedListPar(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
mediandf <- MedListPar(Laurasmappings, nthreads = 2)

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