This function builds the Consensus Network from the component network
Source:R/buildConsensus.R
buildConsensus.Rd
This function builds a consensus co-expression network.
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).