KStest: KStest

Description Usage Arguments Value Author(s) Examples

View source: R/ksTest.R

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)

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(exp) indicating the class of each sample.

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/mesenchymalSubsetAnalysis documentation built on May 17, 2019, 7:28 p.m.