AnovaFilter: AnovaFilter

Description Usage Arguments Examples

View source: R/filter_functions.R

Description

Filters a gene activity dataframe via ANOVA.

Usage

1
AnovaFilter(dataset, threshold = 0.05, nthreads = NULL)

Arguments

dataset

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

threshold

Set the p-value threshold for the filtering.

nthreads

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

Examples

1
Laurasmappings_filtered <- AnovaFilter(Laurasmappings, nthreads = 2)

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