Closed samvgon closed 2 years ago
Given the accession list "IDs", I get the following errors:
GetproteinNetwork(IDs)
Error in pdf(paste0(directorypath, "/", "Protin Network.pdf")) : cannot open file '/Protin Network.pdf'
GetproteinNetwork_all(IDs)
Error in pdf(paste0(directorypath, "/", "Whole Protin Network.pdf")) : cannot open file '/Whole Protin Network.pdf'
Hi,
For GetproteinNetwork, you have to specify a directory path where the pdf file will be saved.
GetproteinNetwork
example:
GetproteinNetwork(IDs, directorypath = "D:\")
Given the accession list "IDs", I get the following errors:
Error in pdf(paste0(directorypath, "/", "Protin Network.pdf")) : cannot open file '/Protin Network.pdf'
Error in pdf(paste0(directorypath, "/", "Whole Protin Network.pdf")) : cannot open file '/Whole Protin Network.pdf'