buildConsensus: This function builds the Consensus Network from the component...

View source: R/buildConsensus.R

buildConsensusR Documentation

This function builds the Consensus Network from the component network

Description

This function builds a consensus co-expression network.

Usage

buildConsensus(
  outputpath,
  networkFolderId,
  fileName,
  pattern_id,
  bar,
  iscsv = TRUE
)

Arguments

outputpath

Required. Local directory to load files from and save files to.

networkFolderId

Required. The Synapse parent ID of the folder containing the folders with the individual networks.

fileName

Required. The input file path.

pattern_id

Required. A character vector too match in the file names of the children entities in 'project_id'.

bar

Required. File paths object with network paths

iscsv

Optional. Is the data matrix a csv file. If not assumes it is tab delimited. (Default = TRUE).

Value

Saves a rankc consensus network to 'outputpath' and saves the BICNetwork object to 'outputpath' if 'fileName' is specified


Sage-Bionetworks/metanetwork documentation built on April 27, 2022, 7:42 a.m.