View source: R/import_genie3.R
import_genie3 | R Documentation |
This function parses the standard output generated by the BEELINE tool GENIE3.
import_genie3(filename)
filename |
a file path to the GENIE3 output file generated by BEELINE. |
Ilias Moutsopoulos
# path to GENIE3 output file
genie3_output <- system.file('beeline_examples/GENIE3/outFile.csv', package = 'edgynode')
# import GENIE3 specific output
genie3_parsed <- import_genie3(genie3_output)
# look at output
head(genie3_parsed)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.