Description Usage Arguments Value Examples
View source: R/extract_string.R
Extract data on the quantity of protein interactions given by STRING (https://string-db.org/) with the minimum number of interactions at medium (0.4), high (0.7), and highest (0.9) confidence.
1 | extract_string(direct, output = NULL)
|
direct |
A character string describing the path to a Directory where all the text files are located. Note, the function will attempt to read every file in the directory so it should contain only the files you wish to be read. |
output |
A character string describing the path to write the output matrix. If 'NULL', an output file will not be written. |
A matrix containing the network stats at each of the three confidence levels for every protein.
1 | # extract_string("inst/extdata/string/")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.