[3bfed4]: / man / compute_pvalue_edge.Rd

Download this file

24 lines (20 with data), 634 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/helper_function.R
\name{compute_pvalue_edge}
\alias{compute_pvalue_edge}
\title{Compute p-value for edges}
\usage{
compute_pvalue_edge(p, diff, diff_p, m)
}
\arguments{
\item{p}{This is the number of biomarker candidates.}
\item{diff}{This is the delta correlation or partial correlation matrix.}
\item{diff_p}{This is the permutation result from either permutation_cor or permutation_pc.}
\item{m}{This is the number of permutations.}
}
\value{
p-value for edges.
}
\description{
This function computes p-value for edges based on permutation result.
}