load_noe {MDplot} | R Documentation |
Loading NOE violations
Description
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.
Usage
load_noe( files,
mdEngine = "GROMOS" )
Arguments
files |
Vector of file paths to be loaded. |
mdEngine |
Argument distinguishes between input formats based on the molecular dynamics engine used. Currently available: |
Value
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.
Author(s)
Christian Margreitter
Examples
# GROMOS
load_noe( c( system.file( "extdata/noe_example_1.txt.gz",
package = "MDplot" ),
system.file( "extdata/noe_example_2.txt.gz",
package = "MDplot" ) ) )
[Package MDplot version 1.0.1 Index]