|
a |
|
b/man/NetAnalysis.Rd |
|
|
1 |
% Generated by roxygen2: do not edit by hand |
|
|
2 |
% Please edit documentation in R/NetAnalysis.R |
|
|
3 |
\name{NetAnalysis} |
|
|
4 |
\alias{NetAnalysis} |
|
|
5 |
\title{Networking analysis.} |
|
|
6 |
\usage{ |
|
|
7 |
NetAnalysis(data, export = FALSE, FileName = "NetworkAnalysisTable-1") |
|
|
8 |
} |
|
|
9 |
\arguments{ |
|
|
10 |
\item{data}{Protein-protein interaction data frame resulted from running the |
|
|
11 |
PPI function.} |
|
|
12 |
|
|
|
13 |
\item{export}{if `TRUE`, exports the analysis table as a csv file} |
|
|
14 |
|
|
|
15 |
\item{FileName}{suffix for the file name (if export = TRUE)} |
|
|
16 |
} |
|
|
17 |
\value{ |
|
|
18 |
A network analysis table |
|
|
19 |
} |
|
|
20 |
\description{ |
|
|
21 |
This function checks the connectivity degree and the betweenness |
|
|
22 |
centrality, which reflect the communication flow in the defined PPI |
|
|
23 |
networks |
|
|
24 |
} |