testEnrichmentSpearman {sesame}R Documentation

testEnrichmentSpearman uses the Spearman statistical test to estimate the association between two continuous variables.

Description

testEnrichmentSpearman uses the Spearman statistical test to estimate the association between two continuous variables.

Usage

testEnrichmentSpearman(querySet, databaseSet)

Arguments

querySet

Vector of probes of interest (e.g., significant probes)

databaseSet

List of vectors corresponding to the database set of interest with associated meta data as an attribute to each element.

Value

A DataFrame with the estimate/statistic, p-value, and name of test for the given results.


[Package sesame version 1.12.9 Index]