Diff of /man/compute_dns.Rd [000000] .. [3bfed4]

Switch to unified view

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