NetAnalysis: Networking analysis.

View source: R/NetAnalysis.R

NetAnalysisR Documentation

Networking analysis.

Description

This function checks the connectivity degree and the betweenness centrality, which reflect the communication flow in the defined PPI networks

Usage

NetAnalysis(data, export = FALSE, FileName = "NetworkAnalysisTable-1")

Arguments

data

Protein-protein interaction data frame resulted from running the PPI function.

export

if 'TRUE', exports the analysis table as a csv file

FileName

suffix for the file name (if export = TRUE)

Value

A network analysis table


DIscBIO documentation built on Nov. 6, 2023, 5:08 p.m.

Related to NetAnalysis in DIscBIO...