[3bfed4]: / man / compute_dns.Rd

Download this file

22 lines (20 with data), 662 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/helper_function.R
\name{compute_dns}
\alias{compute_dns}
\title{Calculate the differential network score}
\usage{
compute_dns(binary_link, z_score)
}
\arguments{
\item{binary_link}{This is the binary correlation matrix with 1 indicating positive correlation
and -1 indicating negative correlation for each biomolecular pair.}
\item{z_score}{This is converted from the given or calculated p-value.}
}
\value{
An activity score associated with each biomarker candidate.
}
\description{
This function calculates differential network score by using the binary link and
z-scores.
}