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

Switch to side-by-side view

--- a
+++ b/man/compute_dns.Rd
@@ -0,0 +1,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.
+}