KStest: KStest

Description Usage Arguments Value Author(s) Examples

Description

Runs my.ks.test (giving equivilent results to ks.test) comparing every gene in exp, for all possible combinations of classes.

Usage

1
KStest(counts, classes, cores = 4)

Arguments

counts

Matrix; counts matrix with samples as columns and genes as rows. Should have both colnames and rownames.

classes

Character; vector with length ncol(counts) indicating the class of each sample.

cores

Numeric; indicates the number of cores to run the analysis on.

Value

A tibble with one row per gene and class combination and the corresponding test statistic and p.value.

Author(s)

Jason T. Serviss

Examples

1
#nothing here yet

jasonserviss/seqTools documentation built on May 17, 2019, 7:28 p.m.