View source: R/benchmarkCorNetwork.R
| benchmarkCorNetwork | R Documentation | 
Benchmark Correlation-Score Network against a Reference interaction table
benchmarkCorNetwork(corNetwork, reference = "corum.txt", output = "pdf_csv")
| corNetwork | Path to tab-separated .txt file or data.table with column headers uniprot_a uniprot_b cor_pearson and cor_spearman | 
| reference | Reference table, tab-separated text with headers uniprot_a and uniprot_b for true interactions. Can also point to data.table with this information structure. | 
| output | Character string, wether .pdfs and .csvs shall be written to working folder or whether the output should go to Rconsole. Options are "pdf_csv" or "Rconsole" with default "pdf_csv". | 
data.frame with column headers as defined by arg protcolnames and cor_pearson and cor_spearman
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.