Using a database table with Entry names and GO terms, assemble a table of putatively non-interacting proteins.
Usage
X.assemble.posstandard(standard = NULL, sep = ";")
Arguments
- standard
Data frame with two columns: First for the complex name and second for comma-separated protein subunit entries.
- sep
Separator that separates protein IDs in the second column.
Value
A data frame with pair-wise positive standard table for protein-protein interactions.
Examples
GSpos <- X.assemble.posstandard(gold.standard, sep=";")
#> Error in mutate(., complex = 1): could not find function "mutate"