load_noe: Loading NOE violations

Description Usage Arguments Value Author(s) Examples

View source: R/noe.R

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

1
2
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: "GROMOS".

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

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" ) ) )

MDplot documentation built on May 2, 2019, 7:02 a.m.

Related to load_noe in MDplot...