Open main menu

Changes

NMRPipe seriesTab

55 bytes removed, 15:47, 6 November 2015
Formatting improvements.
== seriesTab ==[http://spin.niddk.nih.gov/NMRPipe/ref/prog/seriestab.html seriesTab] can extract Max Values maximum values or Sum the sum of regions in an NMRPipe-formatSpectral Seriesspectral series, using an NMRPipe-format Peak Table peak tables as Inputinput.
See homepage<br>http://spin.niddk.nih.gov/NMRPipe/ref/prog/seriestab.html== Usage ==
A call to the function could beAn example program usage is: <source lang=bash>seriesTab -in peaks.dat -out peaks_0.ser -list files.list -sum -dx 1 -dy 1</source>
'''peaks.dat''' contains the peak list with information of spectral position
<source lang="text">
VARS INDEX X_AXIS Y_AXIS X_PPM Y_PPM VOL ASS
FORMAT %5d %9.3f %9.3f %8.3f %8.3f %+e %s
Or create the files list by:
<source lang="text"bash>
ls -v -d -1 */*.ft2 > files.list
</source>
A call to function could be:
<source lang="bash">
#! /bin/csh -f
set x = 0;
The output is:
<source lang="text">
REMARK SeriesTab Input: ../peaks.dat Output: ../peaks_0.ser
REMARK Mode: Summation Dimensions: 2
format is quite similar to this. <br>
This is an export from CcpNmr Analysis
<source lang="text">
Assignment w1 w2 Height Volume
W62NE1-W62HE1 128.374 9.932 0.00E+00 0.00E+00 --
Trusted, Bureaucrats
4,223

edits