Description Usage Arguments Value Author(s) Examples
Plots time-series for secondary structure motifs in the context of the widely used DSSP algorithm. The default order is: "3-Helix", "4-Helix", "5-Helix", "Bend", "Beta-Bridge", "Beta-Strand", "Turn".
1 2 3 4 5 6 7 8 9 |
tsData |
List consisting of lists, which are composed of a |
printLegend |
If |
timeBoundaries |
A vector of boundaries for the time in snapshots. |
residueBoundaries |
A vector of boundaries for the residues. |
timeUnit |
If set, the snapshots are transformed into the respective time (depending on parameter |
snapshotsPerTimeInt |
Number of snapshots per respective |
barScaleFactor |
Allows to manually overwrite the height of the bars. |
barePlot |
Boolean, indicating whether the plot is to be made without any additional information. |
... |
Additional arguments (ellipsis). |
This function does not return data.
Christian Margreitter
1 2 3 | # GROMOS (see load_dssp_ts() for other input possibilities)
dssp_ts( load_dssp_ts( system.file( "extdata/dssp_ts_example",
package = "MDplot" ) ) )
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.