[3bfed4]: / man / compute_edge_weights.Rd

Download this file

20 lines (18 with data), 532 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/helper_function.R
\name{compute_edge_weights}
\alias{compute_edge_weights}
\title{Compute edge weights}
\usage{
compute_edge_weights(pvalue_edge_fdr, binary_link)
}
\arguments{
\item{pvalue_edge_fdr}{This is the p-value for edges possibly after multiple testing correction.}
\item{binary_link}{This is the binary edge connection.}
}
\value{
Edge weights.
}
\description{
This function computes edge weights based on p-value for edges with directions.
}