Wilke:Bio3d: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
(New page: [http://bio3d.pbworks.com/w/page/7824467/FrontPage Bio3d] is an R package for doing all kinds of structural manipulations and computations. It seems to not allow one to parse trajectories...)
 
No edit summary
Line 1: Line 1:
{{WilkeMenu}}
__NOTOC__
[http://bio3d.pbworks.com/w/page/7824467/FrontPage Bio3d] is an R package for doing all kinds of structural manipulations and computations.
[http://bio3d.pbworks.com/w/page/7824467/FrontPage Bio3d] is an R package for doing all kinds of structural manipulations and computations.


It seems to not allow one to parse trajectories frame-by-frame making analysis of large trajectories very difficult.  Fortunately, the R code to parse dcd files is simple enough that I developed a function to iterate over the frame, rather than loading the trajectory into memory.
It seems to not allow one to parse trajectories frame-by-frame making analysis of large trajectories very difficult.  Fortunately, the R code to parse dcd files is simple enough that I developed a function to iterate over the frame, rather than loading the trajectory into memory.

Revision as of 09:41, 21 February 2012

Notice: The Wilke Lab page has moved to http://wilkelab.org.
The page you are looking at is kept for archival purposes and will not be further updated.
THE WILKE LAB

Home        Contact        People        Research        Publications        Materials


Bio3d is an R package for doing all kinds of structural manipulations and computations.

It seems to not allow one to parse trajectories frame-by-frame making analysis of large trajectories very difficult. Fortunately, the R code to parse dcd files is simple enough that I developed a function to iterate over the frame, rather than loading the trajectory into memory.