Proteomicslab57357 / UniprotR

Retrieving Information of Proteins from Uniprot
GNU General Public License v3.0
59 stars 18 forks source link

GetproteinNetwork and GetproteinNetwork_all returning errors #25

Closed samvgon closed 2 years ago

samvgon commented 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'

AliYoussef96 commented 2 years ago

Hi,

For GetproteinNetwork, you have to specify a directory path where the pdf file will be saved.

example:

GetproteinNetwork(IDs, directorypath = "D:\")