valuep: function which computes p values from different phenotypes by...

Description Usage Arguments Value Author(s) Examples

Description

this function is used to compute the p values from two matrixes which has been calculated before

Usage

1
valuep(MM,N,pname)

Arguments

MM

a matrix of gene phenotype distances which is generated before by the specific formula

N

a matrix of gene phenotype distances which is generated before randomly by gene resampling

pname

character string which represents the name of the output file

Value

A named matrix of p values and fdr p values.

Author(s)

Li Jin, Huang Meilin

Examples

1
2
3
4
5
6
7
8
## Not run: 
library(fdrtool)
data(distance)
data(rand)
##compute the required p values
valuep(distance,rand,"valuep.txt")

## End(Not run)

DBGSA documentation built on May 2, 2019, 1:19 p.m.