Amitoj S. Chopra wrote:
> 
> I am trying to write a program that uses R and takes a pdb file, and
> converts it to a pqr file. This task is simple generally, using the
> website, http://pdb2pqr-1.wustl.edu/pdb2pqr/. How do you use R to input a
> pdb file (that is on hand) into the upload pdb file input, and run the
> website and give the return file to be a pqr file.
> 

Try Curl

http://curl.haxx.se/

and the RCurl package. It not complicated, but can be a lot of work in
detail.

Dieter


-- 
View this message in context: 
http://n4.nabble.com/Using-R-to-format-a-file-using-a-server-PDB-to-PQR-file-tp1475434p1475473.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to