Description Usage Arguments Value Author(s) Examples
This function load one or more Nuclear-Overhauser-Effect (NOE) violation files. Its output can be feeded into function noe()
. Note, that in case the number of used bins differ between files, the resulting matrix is automatically expanded to cover all bins.
1 2 |
files |
Vector of file paths to be loaded. |
mdEngine |
Argument distinguishes between input formats based on the molecular dynamics engine used. Currently available: |
Returns a matrix, in which the first column holds the bin boundaries and the following columns represent the data from the respective input files, i.e. the number of violations in the respective bin.
Christian Margreitter
1 2 3 4 5 | # GROMOS
load_noe( c( system.file( "extdata/noe_example_1.txt.gz",
package = "MDplot" ),
system.file( "extdata/noe_example_2.txt.gz",
package = "MDplot" ) ) )
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.