Closed jspaezp closed 7 years ago
Hi Juan, I am agree with the generalization of the x axis for the read.xvg function (I already made the change in the develop branch some days ago) All others changes are very useful! Thank you so much! However, I try to maintain the Peptides package without dependencies. Would you change the code to don't use plyr as a dependency?
Done In addition i was wondering whether it would be useful to add a statement that tests whether the provided file is actually an xvg file ... let me know if you have any insights about it. Best
Thanks for the changes! They will be added in the next version of Peptides. About the XVG format standard, I know that GromacsWrapper implementation (Python based) has a full function to validate and read xvg files. You can check it at: http://pydoc.net/Python/GromacsWrapper/0.3.2/gromacs.fileformats.xvg/
Hello, I attempted to modify the treatment of the .xvg files implementing
added plyr as a dependency due to the use of ldply in plot.xvg (subject to discussion, the same result could be done by using sapply > t > as.data.frame)Let me know if those are found to be useful of if any modification should be done.