Learn R Programming

momr (version 1.1)

extractSignificant: extractSignificant

Description

This function will extract a list of vectors p- or q-values from an object produced by phenoPairwiseRelations.

Usage

extractSignificant(relation.matrix, interest, threshold = 0.05)

Arguments

relation.matrix
: a matrix of p- produced by or q-values by phenoPairwiseRelations()
interest
: a vector of variable names of interest.
threshold
: default 0.05 needed to select significant relations

Value

a list of vectors containing p-values or q-values along with the names of the variables.

Details

extractSignificant