MedList: MedList

Description Usage Arguments Examples

View source: R/utility_functions.R

Description

A Wrapper for MedList. Calls MedlistSeq if a singlethreaded function is required or MedListPar if a multithreaded function is needed.

Usage

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

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