View source: R/network_import_ppcor.R
ppcor | R Documentation |
This function parses the standard output generated by the BEELINE tool PPCOR.
ppcor(file_path)
file_path |
a file path to the PPCOR output file generated by BEELINE. |
Sergio Vasquez and Hajk-Georg Drost
# 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.