ppcor: Output Parser for PPCOR

View source: R/network_import_ppcor.R

ppcorR Documentation

Output Parser for PPCOR

Description

This function parses the standard output generated by the BEELINE tool PPCOR.

Usage

ppcor(file_path)

Arguments

file_path

a file path to the PPCOR output file generated by BEELINE.

Author(s)

Sergio Vasquez and Hajk-Georg Drost

Examples

# path to PPCOR output file
ppcor_output <- system.file('beeline_examples/PPCOR/outFile.txt', package = 'edgynode')
# import PPCOR specific output
ppcor_parsed <- ppcor(ppcor_output)
# look at output
head(ppcor_parsed)

drostlab/edgynode documentation built on March 29, 2024, 10:36 a.m.