Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

nmrpipe · Information on use and features of NMRPipe, the system for multi-dimensional NMR spectral processing and analysis.

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 1300
  • Category: Chemistry
  • Founded: Nov 3, 1998
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 1424 - 1453 of 2524   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Show Message Summaries Sort by Date ^  
#1424 From: "Frank Delaglio, Ph.D. (CONTRACTOR)" <delaglio@...>
Date: Tue Feb 6, 2007 5:45 pm
Subject: Re: Environment settings for nmrPipe, Aria2.1, CCPNMR
bigfdelaglio
Send Email Send Email
 
AHOY!!!

Ok, "don't like to play with each other" is maybe not the most
specific way to describe the problem, so I can't offer a specific
answer for sure.

In other cases, such as with NMRPipe and NMRView, which incidentally
love to play with each other, there are nevertheless sometimes
problems regarding settings for TCL/TK.

The most recently posted version of NMRPipe uses "private" environment
variables NMRPIPE_TCL_LIB and NMRPIPE_TK_LIB over the generic ones
(TCL_LIBRARY and TK_LIBRARY) used by other TCL/TK-based applications.

This new NMRPipe environment scheme has not been widely tested,
so it might yet require adjustment.  Accordingly, the NMRPipe initialization
script still sets both versions of these variables, but it should be
possible to adjust it so that it only sets the "private" versions,
so as not to interfere with other software.

I could also imagine that problems could arise regarding
dynamic link libraries used by different software systems.
There haven't been any reports of this that I know of,
but depending on the operating system, an NMRPipe installation
might have its own dynamic link libraries for:
"libtcl" "libtk" "libBLT24" "libxview" and "libolgx"

Problems of this sort might be approached by resetting
the system link library path (system dependent: LD_LIBRARY_PATH
DYLD_LIBRARY_PATH SHLIB_PATH) when appropriate.

On Tue, 6 Feb 2007, djbuijs wrote:

> Hello,
>
> I'm trying to get my configurations streamlined and I've noticed that
> with default settings, nmrPipe, Aria2.1 and CCPNMR don't like to play
> with each other.=20
>
> Does anyone have a single .cshrc that works with all of them, or are
> people writing custom startup scripts for each?
>
> I can get all of these programs working independently, if I remove the
> environment settings for the others, but there has to be a way to get
> them all working together.=20
>
> Any thoughts?
>
> Dan Buijs
> Health Canada
>
>

#1425 From: "djbuijs" <dbuijs@...>
Date: Thu Feb 8, 2007 5:04 pm
Subject: Re: Environment settings for nmrPipe, Aria2.1, CCPNMR -Solved
djbuijs
Send Email Send Email
 
Hello,

Thanks Frank, that did it. The most recent version of nmrpipe works
with Aria2.1 and CCPNMR Analysis with a single .cshrc file, with some
small modifications.

I am using the most recent version of Fedora Core 6, which has all the
pre-reqs for CCPNMR and Aria included in its base repositories. Both
of these applications are ok with Fedora's TCL/TK 8.4 and Python 2.4.

As Frank says, nmrpipe seems to be ok with just its own private
variables.

I removed the entries for BLT_LIBRARY, TCLPATH, TCL_LIBRARY, and
TK_LIBRARY from nmrInit.linux9.com, as well as commenting out all the
alias commands. I also added the NMR_CONT variable here.

The LD_LIBRARY_PATH variable didn't need adjustment on my system (so far).

I had to add explicit TK_LIBRARY and TCL_LIBRARY pointers in the
.cshrc (you don't have to if you're not sourcing nmrInit.linux9.com,
oddly enough).

With these minor adjustments, everything seems to work without any
further customisation. I can send my full configuration details to
anyone who e-mails me directly.

Cheers,

Dan Buijs
Health Canada
--- In nmrpipe@yahoogroups.com, "Frank Delaglio, Ph.D. (CONTRACTOR)"
<delaglio@...> wrote:
>
>
> AHOY!!!
>
> Ok, "don't like to play with each other" is maybe not the most
> specific way to describe the problem, so I can't offer a specific
> answer for sure.
>
> In other cases, such as with NMRPipe and NMRView, which incidentally
> love to play with each other, there are nevertheless sometimes
> problems regarding settings for TCL/TK.
>
> The most recently posted version of NMRPipe uses "private" environment
> variables NMRPIPE_TCL_LIB and NMRPIPE_TK_LIB over the generic ones
> (TCL_LIBRARY and TK_LIBRARY) used by other TCL/TK-based applications.
>
> This new NMRPipe environment scheme has not been widely tested,
> so it might yet require adjustment.  Accordingly, the NMRPipe
initialization
> script still sets both versions of these variables, but it should be
> possible to adjust it so that it only sets the "private" versions,
> so as not to interfere with other software.
>
> I could also imagine that problems could arise regarding
> dynamic link libraries used by different software systems.
> There haven't been any reports of this that I know of,
> but depending on the operating system, an NMRPipe installation
> might have its own dynamic link libraries for:
> "libtcl" "libtk" "libBLT24" "libxview" and "libolgx"
>
> Problems of this sort might be approached by resetting
> the system link library path (system dependent: LD_LIBRARY_PATH
> DYLD_LIBRARY_PATH SHLIB_PATH) when appropriate.
>
> On Tue, 6 Feb 2007, djbuijs wrote:
>
> > Hello,
> >
> > I'm trying to get my configurations streamlined and I've noticed that
> > with default settings, nmrPipe, Aria2.1 and CCPNMR don't like to play
> > with each other.=20
> >
> > Does anyone have a single .cshrc that works with all of them, or are
> > people writing custom startup scripts for each?
> >
> > I can get all of these programs working independently, if I remove the
> > environment settings for the others, but there has to be a way to get
> > them all working together.=20
> >
> > Any thoughts?
> >
> > Dan Buijs
> > Health Canada
> >
> >
>

#1426 From: "liwenfu24" <liwenfu24@...>
Date: Sun Feb 11, 2007 6:29 pm
Subject: "nmrPipe -fn MAC" for Bruker data
liwenfu24
Send Email Send Email
 
Dear all,

When I process Varian data, I use a macro
(e.g.: |   nmrPipe  -fn MAC -macro $NMRTXT/ranceZ.M -noRd -noWr )
immediately after the arguments of var2pipe almost under all
circumstances.

On how to decide which macro should be used, I usually reference to
the processing scripts of previous data in our lab. but I don't know
the reason why I should use the MAC.

All the previous data in our lab were collected on Varian
spectrometers. Recently, one member of our lab collected a set of data
on a Bruker machine.

He processed the 3D data following the scheme below (no MACs were used):

1. Read the parameters of the data with "NMRPipe Conversion Utility
[Bruker(NIH)]". Check the DECIM, DSPFVS, TD, FnMODE, SW, SFO1 values
and save the fid.com files. Then execute "fid.com".

2. Adjust the phases of xy and xz planes in NMRDraw.
File > Macro Edit > Process 2D > XY Plane of 3D  and XZ Plane of 3D

when executing the script, nmrPipe prompted him to use the -alt flag
for the function  FT.

then he added the -alt flag after "| nmrPipe  -fn FT" and executed the
script again.

3. Edit a 3D processing script and execute the script.


Some of the spectra are now displayed properly in NMRDraw, but some
are not.


Should we use MAC options? And How to determine which MAC we should use?

This set of data were collected using standard Bruker pulses.

The 3D spectra involve HNCACB, CBCA(CO)NH, HNCO, HN(CA)CO, C(CCO)NH,
H(CCCO)NH, CCH-COSY, HCCH-TOCSY, 15N-NOESY-HSQC and 13C-NOESY-HSQC.


Regards,

Liwen

#1427 From: Ryan McKay <ryan@...>
Date: Mon Feb 12, 2007 1:36 am
Subject: Re: "nmrPipe -fn MAC" for Bruker data
ryan_nanuc
Send Email Send Email
 
Hi there,

You only need the ranceZ.M when processing raw sensitivity-enhanced data.  This can more easily be taken care of in the fid.com conversion script using the "Rance-Kay" option for Varian or the "Echo-AntiEcho" option for Bruker data.  You can check our NMRPipe processing scripts library on the NANUC website (http://www.nanuc.ca) for examples of both uses as well as some double sensitivity enhanced experiments that require both at the same time.

Your pulse code (or the original referenced manuscript) should indicate when sensitivity enhancement is used and therefore needed in the processing.

Hopefully you aren't using the conversion in both the fid.com and ft2d.com (or ft3d.com) scripts.

Best wishes,
Ryan



On 11-Feb-07, at 11:29 AM, liwenfu24 wrote:




From: "liwenfu24" <liwenfu24@...>
Date: February 11, 2007 11:29:30 AM MST (CA)
Subject: [nmrpipe] "nmrPipe -fn MAC" for Bruker data



Dear all,

When I process Varian data, I use a macro
(e.g.: | nmrPipe -fn MAC -macro $NMRTXT/ranceZ.M -noRd -noWr )
immediately after the arguments of var2pipe almost under all
circumstances.

On how to decide which macro should be used, I usually reference to
the processing scripts of previous data in our lab. but I don't know
the reason why I should use the MAC.

All the previous data in our lab were collected on Varian
spectrometers. Recently, one member of our lab collected a set of data
on a Bruker machine.

He processed the 3D data following the scheme below (no MACs were used):

1. Read the parameters of the data with "NMRPipe Conversion Utility
[Bruker(NIH)]". Check the DECIM, DSPFVS, TD, FnMODE, SW, SFO1 values
and save the fid.com files. Then execute "fid.com".

2. Adjust the phases of xy and xz planes in NMRDraw.
File > Macro Edit > Process 2D > XY Plane of 3D and XZ Plane of 3D

when executing the script, nmrPipe prompted him to use the -alt flag
for the function FT.

then he added the -alt flag after "| nmrPipe -fn FT" and executed the
script again.

3. Edit a 3D processing script and execute the script.

Some of the spectra are now displayed properly in NMRDraw, but some
are not.

Should we use MAC options? And How to determine which MAC we should use?

This set of data were collected using standard Bruker pulses.

The 3D spectra involve HNCACB, CBCA(CO)NH, HNCO, HN(CA)CO, C(CCO)NH,
H(CCCO)NH, CCH-COSY, HCCH-TOCSY, 15N-NOESY-HSQC and 13C-NOESY-HSQC.


Regards,

Liwen





------------------------------------------------------------------------------------

Ryan T. McKay, Ph.D. -     Scientific Director

NANUC - Canada's National High Field NMR Centre

Room 105                           Email:  ryan@...

NANUC Bld.                        Phone: (780) 492-2700

University of Alberta            Fax:     (780) 492-9174

Edmonton, Alberta              Cell:     (780) 920-8871

Canada T6G 2E1                AIM:     ryanmckaynmr

                     http://www.nanuc.ca





#1428 From: Weidong Hu <lakesu@...>
Date: Mon Feb 12, 2007 6:31 pm
Subject: pKa determination from titration curve fitting
lakesu
Send Email Send Email
 
Dear Colleagues,

I am trying to determine amide pKa from chemical shift
titration of 15N. Does nmrPipe have a way to do the
curve fitting to extract the pKa from titration data?
Or anyone has or knows a program running on linux  box
to do the curve fitting.

Thanks a lot.

--- djbuijs <dbuijs@...> wrote:

> Hello,
>
> I'm trying to get my configurations streamlined and
> I've noticed that
> with default settings, nmrPipe, Aria2.1 and CCPNMR
> don't like to play
> with each other.
>
> Does anyone have a single .cshrc that works with all
> of them, or are
> people writing custom startup scripts for each?
>
> I can get all of these programs working
> independently, if I remove the
> environment settings for the others, but there has
> to be a way to get
> them all working together.
>
> Any thoughts?
>
> Dan Buijs
> Health Canada
>
>

#1429 From: "F.A.A.Mulder" <f.a.a.mulder@...>
Date: Tue Feb 13, 2007 7:42 am
Subject: Re: pKa determination from titration curve fitting
bokkepok
Send Email Send Email
 
dear Weidong,

>       I am trying to determine amide pKa from chemical
>      shift
>       titration of 15N.

Do you really mean the pKa of protein backbone amides? Or
do you mean to use backbone amides as reporters of nearby
charged side chains (in which case you will have to be
very cautious in the interpretation, there are much better
experiments for that measuring 13C shifts)?

>       Or anyone has or knows a program running on linux
>       box
>       to do the curve fitting.

XMGR would be an obvious suggestion, but the fitting may
not be transparent (I haven't checked). I am sure other
people have good suggestions. If you have access to MATLAB
or mathematica then you would have full control over your
procedure (simplex, steepest descent, and many other
algorithms). Should be no problem.

frans



Dr. Frans Mulder
Biophysical Chemistry
Groningen University
Nijenborgh 4
9747 AG  Groningen
the Netherlands

tel: +31-50-3634339
fax: +31-50-3634398
email: f.a.a.mulder@...

#1430 From: sette@...
Date: Tue Feb 13, 2007 2:18 pm
Subject: Re: pKa determination from titration curve fitting
sette@...
Send Email Send Email
 
Hi,

concerning xmgr: the descendant of XMGR seems to be Grace; you can download at
http://plasma-gate.weizmann.ac.il/Grace/

Bye,
Marco


Citando "F.A.A.Mulder" <f.a.a.mulder@...>:

>
> dear Weidong,
>
>>       I am trying to determine amide pKa from chemical
>>      shift
>>       titration of 15N.
>
> Do you really mean the pKa of protein backbone amides? Or
> do you mean to use backbone amides as reporters of nearby
> charged side chains (in which case you will have to be
> very cautious in the interpretation, there are much better
> experiments for that measuring 13C shifts)?
>
>>       Or anyone has or knows a program running on linux
>>       box
>>       to do the curve fitting.
>
> XMGR would be an obvious suggestion, but the fitting may
> not be transparent (I haven't checked). I am sure other
> people have good suggestions. If you have access to MATLAB
> or mathematica then you would have full control over your
> procedure (simplex, steepest descent, and many other
> algorithms). Should be no problem.
>
> frans
>
>
>
> Dr. Frans Mulder
> Biophysical Chemistry
> Groningen University
> Nijenborgh 4
> 9747 AG  Groningen
> the Netherlands
>
> tel: +31-50-3634339
> fax: +31-50-3634398
> email: f.a.a.mulder@...
>



Dr.Marco Sette, Ph.D.

Department of Chemical Sciences and Technology
University of Rome, "Tor Vergata"
via della Ricerca Scientifica, 00133, Rome, Italy
e-mail:        sette@...
Tel.:          +39-0672594424
Fax:           +39-0672594328

#1431 From: Weidong Hu <lakesu@...>
Date: Tue Feb 13, 2007 8:52 pm
Subject: Re: pKa determination from titration curve fitting
lakesu
Send Email Send Email
 
Dear Marco,

Thank you for providing me this information. I already
downloaded grace 5.1.20. I think it should be good
enough for my purpose.

Best wishes,

--- sette@... wrote:

>
> Hi,
>
> concerning xmgr: the descendant of XMGR seems to be
> Grace; you can download at
> http://plasma-gate.weizmann.ac.il/Grace/
>
> Bye,
> Marco
>
>
> Citando "F.A.A.Mulder" <f.a.a.mulder@...>:
>
> >
> > dear Weidong,
> >
> >>       I am trying to determine amide pKa from
> chemical
> >>      shift
> >>       titration of 15N.
> >
> > Do you really mean the pKa of protein backbone
> amides? Or
> > do you mean to use backbone amides as reporters of
> nearby
> > charged side chains (in which case you will have
> to be
> > very cautious in the interpretation, there are
> much better
> > experiments for that measuring 13C shifts)?
> >
> >>       Or anyone has or knows a program running on
> linux
> >>       box
> >>       to do the curve fitting.
> >
> > XMGR would be an obvious suggestion, but the
> fitting may
> > not be transparent (I haven't checked). I am sure
> other
> > people have good suggestions. If you have access
> to MATLAB
> > or mathematica then you would have full control
> over your
> > procedure (simplex, steepest descent, and many
> other
> > algorithms). Should be no problem.
> >
> > frans
> >
> >
> >
> > Dr. Frans Mulder
> > Biophysical Chemistry
> > Groningen University
> > Nijenborgh 4
> > 9747 AG  Groningen
> > the Netherlands
> >
> > tel: +31-50-3634339
> > fax: +31-50-3634398
> > email: f.a.a.mulder@...
> >
>
>
>
> Dr.Marco Sette, Ph.D.
>
> Department of Chemical Sciences and Technology
> University of Rome, "Tor Vergata"
> via della Ricerca Scientifica, 00133, Rome, Italy
> e-mail:        sette@...
> Tel.:          +39-0672594424
> Fax:           +39-0672594328
>
>
>


Dr. Weidong Hu
Immunology Division, BRI, City of Hope
1500 Duarte Rd., Duarte, CA 91010
Tel: 626 359-8111, ext: 63416
Fax: 626 301-8186

#1432 From: "psudhakar07" <psudhakar07@...>
Date: Thu Feb 15, 2007 3:36 pm
Subject: Noise determination
psudhakar07
Send Email Send Email
 
I'm a new nmrpipe user
I'm trying to determine the noise in 1D spectrum. Is there any
function to find out the noise level or how I can find out.

Regards

Sudhakar

#1433 From: "Frank Delaglio, Ph.D. (CONTRACTOR)" <delaglio@...>
Date: Thu Feb 15, 2007 6:50 pm
Subject: Re: pKa determination from titration curve fitting
bigfdelaglio
Send Email Send Email
 
Greetings all,

NMRPipe includes a general-purpose XY fitting script called
"fitXY.tcl", which includes estimation of fitted parameter
errors via Monte Carlo analysis.

The are also NMRPipe tools specifically for extracting chemical
shift evolution data from HSQC series.  If these are of interest,
write directly to: delaglio@...

	 Cheerful Regards,

	 big fd


On Tue, 13 Feb 2007, Weidong Hu wrote:

> Dear Marco,
>
> Thank you for providing me this information. I already
> downloaded grace 5.1.20. I think it should be good
> enough for my purpose.
>
> Best wishes,
>
> --- sette@... wrote:
>
> >
> > Hi,
> >
> > concerning xmgr: the descendant of XMGR seems to be
> > Grace; you can download at
> > http://plasma-gate.weizmann.ac.il/Grace/
> >
> > Bye,
> > Marco
> >
> >
> > Citando "F.A.A.Mulder" <f.a.a.mulder@...>:
> >
> > >
> > > dear Weidong,
> > >
> > >>       I am trying to determine amide pKa from
> > chemical
> > >>      shift
> > >>       titration of 15N.
> > >
> > > Do you really mean the pKa of protein backbone
> > amides? Or
> > > do you mean to use backbone amides as reporters of
> > nearby
> > > charged side chains (in which case you will have
> > to be
> > > very cautious in the interpretation, there are
> > much better
> > > experiments for that measuring 13C shifts)?
> > >
> > >>       Or anyone has or knows a program running on
> > linux
> > >>       box
> > >>       to do the curve fitting.
> > >
> > > XMGR would be an obvious suggestion, but the
> > fitting may
> > > not be transparent (I haven't checked). I am sure
> > other
> > > people have good suggestions. If you have access
> > to MATLAB
> > > or mathematica then you would have full control
> > over your
> > > procedure (simplex, steepest descent, and many
> > other
> > > algorithms). Should be no problem.
> > >
> > > frans
> > >
> > >
> > >
> > > Dr. Frans Mulder
> > > Biophysical Chemistry
> > > Groningen University
> > > Nijenborgh 4
> > > 9747 AG  Groningen
> > > the Netherlands
> > >
> > > tel: +31-50-3634339
> > > fax: +31-50-3634398
> > > email: f.a.a.mulder@...
> > >
> >
> >
> >
> > Dr.Marco Sette, Ph.D.
> >
> > Department of Chemical Sciences and Technology
> > University of Rome, "Tor Vergata"
> > via della Ricerca Scientifica, 00133, Rome, Italy
> > e-mail:        sette@...
> > Tel.:          +39-0672594424
> > Fax:           +39-0672594328
> >
> >
> >
>
>
> Dr. Weidong Hu
> Immunology Division, BRI, City of Hope
> 1500 Duarte Rd., Duarte, CA 91010
> Tel: 626 359-8111, ext: 63416
> Fax: 626 301-8186
>

#1434 From: "Frank Delaglio, Ph.D. (CONTRACTOR)" <delaglio@...>
Date: Thu Feb 15, 2007 7:39 pm
Subject: Re: Noise determination
bigfdelaglio
Send Email Send Email
 
Ahoy!!

There are a few ways, and the automated methods tend to be better for
2D/3D then they are with 1D, depending on the nature of the spectrum.

1. Automated, stand-alone, rough estimate (also for 2D-3D data):

    showApod -in test1d.dat

REMARK Effect of Processing on Peak Parameters and Noise for test.dat
REMARK Automated Noise Std Dev in Processed Data: 1492.19
REMARK Noise Std Dev Before Processing H1: 48.3569

VARS   AXIS LABEL  TSIZE FSIZE LW_ADJ LW_FINAL HI_FACTOR VOL_FACTOR SIGMA_FACTOR
FORMAT %s   %-8s   %4d   %4d   %7.4f  %7.4f    %.4e      %.4e       %.4e

   X    H1      8192  16384 2.5718 4.8340   9.0766e-04 1.2207e-04 3.2407e-02

2. Automated estimate within nmrDraw: use the menu option
    "Draw/Estimate Noise".

3. Manual Noise Estimate in nmrDraw:

    i.   Use "Mouse/1D Zoom" to get a zoom box (use "2D Zoom" for 2D data)

    ii.  Adjust the zoom box so that it surrounds a region of
         baseline only.

    iii. Move the mouse pointer to the right-hand border
         of the nmrDraw window, just outside the spectral
         drawing area.  Then click the MIDDLE mouse button,
         which will generate a histogram and statistical report
         of the selected region; the "SDev" value is the standard
         deviation of the selected region:

   -292.090 |  25 |***
   -154.351 |  71 |*********
    -16.612 | 124 |****************
    121.127 | 264 |**********************************
    258.866 | 350 |*********************************************
    396.605 | 460 |************************************************************
    534.344 | 413 |*****************************************************
    672.083 | 334 |*******************************************
    809.822 | 225 |*****************************
    947.561 | 112 |**************
   1085.300 |  57 |*******
   1223.039 |  21 |**
   1360.778 |   7 |
   1498.516 |   7 |
   1636.255 |   5 |
   1773.994 |   3 |
   1911.733 |   5 |
   2049.472 |   7 |
   2187.211 |   3 |
One * = 7.67 obs; 2493 Total Points;
Min: -292.09 Max: 2324.95 Sum: 1.33944e+06 Avg: 537.279
SDev: 334.546 Var: 111921  ADev: 254.126
Skew: 0.795512 Kurt: 2.62328 Chi2: 21063.5 PNorm: 0



A On Thu, 15 Feb 2007, psudhakar07 wrote:

> I'm a new nmrpipe user
> I'm trying to determine the noise in 1D spectrum. Is there any
> function to find out the noise level or how I can find out.
>
> Regards
>
> Sudhakar
>
>

#1435 From: "psudhakar07" <psudhakar07@...>
Date: Thu Feb 15, 2007 8:06 pm
Subject: Re: Noise determination
psudhakar07
Send Email Send Email
 
Thankyou very much

Sudhakar

--- In nmrpipe@yahoogroups.com, "Frank Delaglio, Ph.D. (CONTRACTOR)"
<delaglio@...> wrote:
>
>
> Ahoy!!
>
> There are a few ways, and the automated methods tend to be better for
> 2D/3D then they are with 1D, depending on the nature of the spectrum.
>
> 1. Automated, stand-alone, rough estimate (also for 2D-3D data):
>
>    showApod -in test1d.dat
>
> REMARK Effect of Processing on Peak Parameters and Noise for test.dat
> REMARK Automated Noise Std Dev in Processed Data: 1492.19
> REMARK Noise Std Dev Before Processing H1: 48.3569
>
> VARS   AXIS LABEL  TSIZE FSIZE LW_ADJ LW_FINAL HI_FACTOR VOL_FACTOR
SIGMA_FACTOR
> FORMAT %s   %-8s   %4d   %4d   %7.4f  %7.4f    %.4e      %.4e       %.4e
>
>   X    H1      8192  16384 2.5718 4.8340   9.0766e-04 1.2207e-04
3.2407e-02
>
> 2. Automated estimate within nmrDraw: use the menu option
>    "Draw/Estimate Noise".
>
> 3. Manual Noise Estimate in nmrDraw:
>
>    i.   Use "Mouse/1D Zoom" to get a zoom box (use "2D Zoom" for 2D
data)
>
>    ii.  Adjust the zoom box so that it surrounds a region of
>         baseline only.
>
>    iii. Move the mouse pointer to the right-hand border
>         of the nmrDraw window, just outside the spectral
>         drawing area.  Then click the MIDDLE mouse button,
>         which will generate a histogram and statistical report
>         of the selected region; the "SDev" value is the standard
>         deviation of the selected region:
>
>   -292.090 |  25 |***
>   -154.351 |  71 |*********
>    -16.612 | 124 |****************
>    121.127 | 264 |**********************************
>    258.866 | 350 |*********************************************
>    396.605 | 460
|************************************************************
>    534.344 | 413 |*****************************************************
>    672.083 | 334 |*******************************************
>    809.822 | 225 |*****************************
>    947.561 | 112 |**************
>   1085.300 |  57 |*******
>   1223.039 |  21 |**
>   1360.778 |   7 |
>   1498.516 |   7 |
>   1636.255 |   5 |
>   1773.994 |   3 |
>   1911.733 |   5 |
>   2049.472 |   7 |
>   2187.211 |   3 |
> One * = 7.67 obs; 2493 Total Points;
> Min: -292.09 Max: 2324.95 Sum: 1.33944e+06 Avg: 537.279
> SDev: 334.546 Var: 111921  ADev: 254.126
> Skew: 0.795512 Kurt: 2.62328 Chi2: 21063.5 PNorm: 0
>
>
>
> A On Thu, 15 Feb 2007, psudhakar07 wrote:
>
> > I'm a new nmrpipe user
> > I'm trying to determine the noise in 1D spectrum. Is there any
> > function to find out the noise level or how I can find out.
> >
> > Regards
> >
> > Sudhakar
> >
> >
>

#1436 From: Lei Li <leili_college@...>
Date: Mon Feb 19, 2007 8:13 pm
Subject: extract 1D from 2D
leili_college
Send Email Send Email
 
Dear All

Does anyone know if we can get the 1D spectrum (F2 or
F1 dimension, which can be saved as .ft1 ) from a 2D
(or even 3D) fid ?

Thank you!

Lei



________________________________________________________________________________\
____
Be a PS3 game guru.
Get your game face on with the latest PS3 news and previews at Yahoo! Games.
http://videogames.yahoo.com/platform?platform=120121

#1437 From: parichita parichita <parichitamajumdar@...>
Date: Tue Feb 20, 2007 11:11 am
Subject: convaerting spectra from NMRPipe to UCSF format
parichitamaj...
Send Email Send Email
 
Dear all,
  I am a new NMRPipe user , please tell me some how to
convert a test.ft file to UCSF fomat ,which is
required for SPARKY ......

                    parichita

Parichita Mazumder
Junior Research Fellow
C/O Dr. Chaitali Mukhopadhayay
Department of Chemistry
University of Calcutta
92,A P C Road
Kolkata-700009
India.





__________________________________________________________
Yahoo! India Answers: Share what you know. Learn something new
http://in.answers.yahoo.com/

#1438 From: "Frank Delaglio, Ph.D. (CONTRACTOR)" <delaglio@...>
Date: Tue Feb 20, 2007 3:08 pm
Subject: Re: extract 1D from 2D
bigfdelaglio
Send Email Send Email
 
There are several ways to extract 1D data, here are two:

INTERACTIVE:

From inside "nmrDraw", if you are viewing a 1D from any dimension,
you can save it this way:

Use the command "Proc/NMRPipe Command" ... this will create
a one-line pop-up window where individual nmrPipe processing
functions and their arguments can be entered (such as "SP -off 0.5",
"ZF", "FT" etc).  Use the "SAVE" function, for example:

    SAVE -name test1d.dat

FROM THE COMMAND-LINE:

You can use the stand-alone command "readROI" to extract and save
1D vectors and projections.  This command is actually a TCL script.

The direction and location of the extracted data is specified using the
spectral axis names, as set by "-xLAB" "-yLAB" etc during conversion.
The axis names must be unique.

For example, if the axis names are "HN" and "N", the following
command will extract the 1D 15N vector from the point closest
to 7.2ppm:

    readROI -in hsqc.ft2 -ndim 1 -x N -dy HN 7.2ppm -out test1d.dat

See "readROI -help" and "man readROI" for some more info ...

On Mon, 19 Feb 2007, Lei Li wrote:

> Dear All
>
> Does anyone know if we can get the 1D spectrum (F2 or
> F1 dimension, which can be saved as .ft1 ) from a 2D
> (or even 3D) fid ?
>
> Thank you!
>
> Lei
>
>
>
>
________________________________________________________________________________\
____
> Be a PS3 game guru.
> Get your game face on with the latest PS3 news and previews at Yahoo! Games.
> http://videogames.yahoo.com/platform?platform=120121
>

#1439 From: "Tom Anderson" <tander21@...>
Date: Tue Feb 20, 2007 3:17 pm
Subject: Re: convaerting spectra from NMRPipe to UCSF format
nurlond
Send Email Send Email
 
From a UNIX terminal, type:
 
pipe2ucsf test.ft test.ucsf
 
(test.ucsf is the new file, and you can give it any name you wish as long as the extension is ucsf). See the Sparky manual page on conversion of Pipe files for more info:
 
 
Best,
 
Tom Anderson

#1440 From: Sudhakar Parthasarathy <psudhakar07@...>
Date: Tue Feb 20, 2007 3:27 pm
Subject: Re: convaerting spectra from NMRPipe to UCSF format
psudhakar07
Send Email Send Email
 
Parichita

Go to the directory where sparky is loaded in DOS mode and type bruk2ucsf if you have bruker data or vnmr2ucsf if you have varian data.
This worked for me few days back.

Cheers

Sudhakar

parichita parichita <parichitamajumdar@...> wrote:
Dear all,
I am a new NMRPipe user , please tell me some how to
convert a test.ft file to UCSF fomat ,which is
required for SPARKY ......

parichita

Parichita Mazumder
Junior Research Fellow
C/O Dr. Chaitali Mukhopadhayay
Department of Chemistry
University of Calcutta
92,A P C Road
Kolkata-700009
India.


__________________________________________________________
Yahoo! India Answers: Share what you know. Learn something new
http://in.answers.yahoo.com/


Everyone is raving about the all-new Yahoo! Mail beta.

#1441 From: Liwen Fu <liwenfu24@...>
Date: Sun Feb 25, 2007 5:06 pm
Subject: Re: convaerting spectra from NMRPipe to UCSF format
liwenfu24
Send Email Send Email
 
If Sparky has been installed on your machine, use the following commands:

2D data:

   pipe2ucsf        name.ft  name.ucsf

3D data:

   xyz2pipe -verb -in $wdir/ft/test%03d.ft3 -x > temp.ft3
   pipe2ucsf -213 temp.ft3  name.ucsf
   rm temp.ft3

Regards,

Liwen


Sudhakar Parthasarathy <psudhakar07@...> wrote:
Parichita

Go to the directory where sparky is loaded in DOS mode and type bruk2ucsf if you have bruker data or vnmr2ucsf if you have varian data.
This worked for me few days back.

Cheers

Sudhakar

parichita parichita <parichitamajumdar@yahoo.co.in> wrote:
Dear all,
I am a new NMRPipe user , please tell me some how to
convert a test.ft file to UCSF fomat ,which is
required for SPARKY ......

parichita

Parichita Mazumder
Junior Research Fellow
C/O Dr. Chaitali Mukhopadhayay
Department of Chemistry
University of Calcutta
92,A P C Road
Kolkata-700009
India.


__________________________________________________________
Yahoo! India Answers: Share what you know. Learn something new
http://in.answers.yahoo.com/


Everyone is raving about the all-new Yahoo! Mail beta.


Never miss an email again!
Yahoo! Toolbar
alerts you the instant new Mail arrives. Check it out.

#1442 From: Lei Li <leili_college@...>
Date: Mon Feb 26, 2007 9:19 pm
Subject: nmrPipe not work for some Bruker TopSpin data
leili_college
Send Email Send Email
 
Dear All,

I am not sure if i did it right. but it seems that my
Pipe doesn't work very well for SOME topspin data. For
example, it works well for 2D HSQC, but it does not
work for a 3D HSQC-TOCSY data.

Is it possible my Pipe too old? How do I know the
version of my pipe?
(I know my version of nmrDraw is: 2.3 REV
2005.356.10.50 )

Thank you!

Lei



________________________________________________________________________________\
____
Do you Yahoo!?
Everyone is raving about the all-new Yahoo! Mail beta.
http://new.mail.yahoo.com

#1443 From: "nkjvcjs" <nefreed@...>
Date: Sat Mar 3, 2007 2:02 am
Subject: font problems in scroll.tcl output
nkjvcjs
Send Email Send Email
 
Hi,

I am having problems with the fonts for scroll.tcl.
I am using Ubuntu (dapper).

The HN ppm labels for each strip are huge, and offset wrong.

I initiate scroll.tcl using a short startup script:

#!/bin/sh

scroll.tcl $* -cmnd  \
-scale small -type1 small -type2 small  \
-tab hn.tab -lab INDEX  \
-in ./hncocacb2H/ft/test%03d.ft3 ./hncacb2H/ft/test%03d.ft3 \
-hi 2.0e+4  2.0e+4 \
-xOff    0.00 \
-z1  75.0ppm \
-zn  15.0ppm  \
-cursors 2 2 \
-colorC  white yellow  \
-title "HNCOCACB" "HNCACB"

The command window, Index labels and titles are fine, normal font
size.  The HN ppm labels at the bottom are the problem.

I have tried reinstalling NMRPipe, reinstalling 75 and 100 dpi fonts,
pulling the defined fonts from a friend who had Arch Linux (scroll.tcl
works fine for him) and replacing my fonts with his, and replacing
tk/tcl8.4 with tk/tcl8.3 to see if a different tcllib would help.

I can send a screenshot if necessary so people can see the problem.

if anyone can offer any advice I would be very appreciative.

Thanks so much

Nicole Freedman
Graduate Student
Institute for Tuberculosis Research
University of Illinois Chicago

#1444 From: "Frank Delaglio, Ph.D. (CONTRACTOR)" <delaglio@...>
Date: Sat Mar 3, 2007 5:36 pm
Subject: Re: font problems in scroll.tcl output
bigfdelaglio
Send Email Send Email
 
Ah, how sad.  Let's see what can be done.

1. There are no arguments "-scale" "-type1" and "-type2" for
    "scroll.tcl".  These are arguments for "nmrDraw".  Try
    "scroll.tcl -help" ...

2. Current "nmrWish" applications like "scroll.tcl" are set to
    use these as the small and large fonts:

    "-*-lucida-medium-r-*-*-*-140-*-*-*-*-*-*"
    "-*-lucida-medium-r-*-*-*-180-*-*-*-*-*-*"

      or, if those can't be found, then:

    "-*-helvetica-medium-r-*-*-*-140-*-*-*-*-*-*"
    "-*-helvetica-medium-r-*-*-*-180-*-*-*-*-*-*"

    These are similar to fonts used by nmrDraw. So:

      * Does "nmrDraw" seem to work correctly?

      * Can you start an xterm using the fonts above without
        problem, for example:

        xterm -fn '-*-lucida-medium-r-*-*-*-140-*-*-*-*-*-*'

3. The current NMRPipe installation files attempt to test
    whether or not a Linux installation needs extra fonts.
    This is a fairly recent addition, as most versions of
    Linux previously seemed to have all of the required fonts.
    Since this Linux/font feature is so new, it may still need
    to be adjusted to work on every system ...

    In the current install procedure, fonts are provided whether
    they are needed or not, and a file "com/font.com" is created
    which will add the fonts to the font path.  Have a look at
    this file, and see if the fonts directories etc have actually
    been installed.  If the font files have been installed, try
    executing "com/font.com", and then try running "scroll.tcl" again ...



On Sat, 3 Mar 2007, nkjvcjs wrote:

> Hi,
>
> I am having problems with the fonts for scroll.tcl.
> I am using Ubuntu (dapper).
>
> The HN ppm labels for each strip are huge, and offset wrong.
>
> I initiate scroll.tcl using a short startup script:
>
> #!/bin/sh
>
> scroll.tcl $* -cmnd  \
> -scale small -type1 small -type2 small  \
> -tab hn.tab -lab INDEX  \
> -in ./hncocacb2H/ft/test%03d.ft3 ./hncacb2H/ft/test%03d.ft3 \
> -hi 2.0e+4  2.0e+4 \
> -xOff    0.00 \
> -z1  75.0ppm \
> -zn  15.0ppm  \
> -cursors 2 2 \
> -colorC  white yellow  \
> -title "HNCOCACB" "HNCACB"=20
>
> The command window, Index labels and titles are fine, normal font
> size.  The HN ppm labels at the bottom are the problem.
>
> I have tried reinstalling NMRPipe, reinstalling 75 and 100 dpi fonts,
> pulling the defined fonts from a friend who had Arch Linux (scroll.tcl
> works fine for him) and replacing my fonts with his, and replacing
> tk/tcl8.4 with tk/tcl8.3 to see if a different tcllib would help.
>
> I can send a screenshot if necessary so people can see the problem.
>
> if anyone can offer any advice I would be very appreciative.
>
> Thanks so much
>
> Nicole Freedman
> Graduate Student
> Institute for Tuberculosis Research
> University of Illinois Chicago
>
>

#1445 From: "nkjvcjs" <nefreed@...>
Date: Sat Mar 3, 2007 9:22 pm
Subject: Re: font problems in scroll.tcl output
nkjvcjs
Send Email Send Email
 
Thank you for your quick reply:

> Ah, how sad.  Let's see what can be done.
>
> 1. There are no arguments "-scale" "-type1" and "-type2" for
>    "scroll.tcl".  These are arguments for "nmrDraw".  Try
>    "scroll.tcl -help" ...

Oops, that was a line I added just to try, and since it did nothing,
forgot to remove it.


>      * Does "nmrDraw" seem to work correctly?

With the scale arguments, it works perfectly.  Without the scale
arguments the axis labels are very large.

>      * Can you start an xterm using the fonts above without
>        problem, for example:
>
>        xterm -fn '-*-lucida-medium-r-*-*-*-140-*-*-*-*-*-*'


Yes, the xterm window opens with no problem, however even the 140 is
huge.  Changing to 80 or 100 gives a more reasonable size.  Maybe this
is key?

>    Have a look at
>    this file, and see if the fonts directories etc have actually
>    been installed.  If the font files have been installed, try
>    executing "com/font.com", and then try running "scroll.tcl" again

Xview/fonts/gz/75dpi and /misc are there.
Executed font.com. No change when running scroll.tcl afterward.
Tried editing 'gz' to 'bdf' in font.com (I know I don't have an sgi,
but it was worth a try <vbg>) and still no change.

Again Thank you very much.

Nicole Freedman
Graduate Student
Institute for Tuberculosis Research
University of Illinois Chicago

#1446 From: "Frank Delaglio, Ph.D. (CONTRACTOR)" <delaglio@...>
Date: Mon Mar 5, 2007 1:56 pm
Subject: Re: Re: font problems in scroll.tcl output
bigfdelaglio
Send Email Send Email
 
I love a thorough reply!  Our young colleague here deserves
a solution just for that.

Anyway, these font choices are currently "hard wired" into the
software, perhaps somewhat unwisely done on my part.  I'll
amend this soon.

In the meanwhile: what display resolution is being used?
The software will probably not look so nice at resolutions
under 1024x768.  So, as possible, update your graphics driver
if needed, and set the graphics resolution to the highest
value that your graphics display supports clearly.

If this is not an option, you can write to me directly,
and I'll give you news about updated versions of the
software which will allow you to adjust the fonts.

	 Cheerful Regards,

	 big fd



On Sat, 3 Mar 2007, nkjvcjs wrote:

> Thank you for your quick reply:
> =20
> > Ah, how sad.  Let's see what can be done.
> >=20
> > 1. There are no arguments "-scale" "-type1" and "-type2" for
> >    "scroll.tcl".  These are arguments for "nmrDraw".  Try
> >    "scroll.tcl -help" ...
>
> Oops, that was a line I added just to try, and since it did nothing,
> forgot to remove it.
>
> =20
> >      * Does "nmrDraw" seem to work correctly?
>
> With the scale arguments, it works perfectly.  Without the scale
> arguments the axis labels are very large.
> =20
> >      * Can you start an xterm using the fonts above without
> >        problem, for example:
> >=20
> >        xterm -fn '-*-lucida-medium-r-*-*-*-140-*-*-*-*-*-*'
>
>
> Yes, the xterm window opens with no problem, however even the 140 is
> huge.  Changing to 80 or 100 gives a more reasonable size.  Maybe this
> is key?
>
> >    Have a look at
> >    this file, and see if the fonts directories etc have actually
> >    been installed.  If the font files have been installed, try
> >    executing "com/font.com", and then try running "scroll.tcl" again
> =20
> Xview/fonts/gz/75dpi and /misc are there.
> Executed font.com. No change when running scroll.tcl afterward.
> Tried editing 'gz' to 'bdf' in font.com (I know I don't have an sgi,
> but it was worth a try <vbg>) and still no change.
>
> Again Thank you very much.
>
> Nicole Freedman
> Graduate Student
> Institute for Tuberculosis Research
> University of Illinois Chicago
>
>

#1447 From: "liwenfu24" <liwenfu24@...>
Date: Sat Mar 10, 2007 2:23 pm
Subject: var2pipe -in ./fid -swap
liwenfu24
Send Email Send Email
 
Dear all,

I run NMRPipe on my PC (Red Hat Linux 9 on x86). Recently, I've found
that some people use the "-swap" option for "var2pipe".


var2pipe -in ./fid -swap -aqORD 1 \

Must I use the option too? Why should I use this option?

And should I use this option when processing Bruker data?

i.e.,
bruk2pipe -in ./ser -bad 0.0 -swap -DMX -decim 24 -dspfvs 12  \


Thanks in advance!


Regards,

Liwen

#1448 From: "Frank Delaglio, Ph.D. (CONTRACTOR)" <delaglio@...>
Date: Mon Mar 12, 2007 11:28 am
Subject: Re: var2pipe -in ./fid -swap
bigfdelaglio
Send Email Send Email
 
This is from the bruk2pipe/var2pipe manual page:

                -swap or -noswap: depending on the computer platforms
                involved, spectrometer format data may require each
                four bytes of input to be reversed before conversion.
                This is called byte-swapping.  It can be enabled or
                suppressed via these flags.  Having the byte-swap mode
                set incorrectly will cause large numbers of "Bad
                Points", which will have unusually large intensities.
                More recently, complementary options -aswap and
                -noaswap have been added; these are system-dependant
                byte-swap options whose meanings change depending on
                the computer platform.  The intent is that conversion
                commands which use the -aswap and -noaswap options
                should work consistantly when given the same input
                data, regardless of the computer platform used for the
                conversion.

The conversion utilities "bruker" and "varian" should set the
byte swap flags automatically.


On 10 Mar 2007, liwenfu24 wrote:

>
> Dear all,
>
> I run NMRPipe on my PC (Red Hat Linux 9 on x86). Recently, I've found
> that some people use the "-swap" option for "var2pipe".
>
>
> var2pipe -in ./fid -swap -aqORD 1 \
>
> Must I use the option too? Why should I use this option?
>
> And should I use this option when processing Bruker data?
>
> i.e.,
> bruk2pipe -in ./ser -bad 0.0 -swap -DMX -decim 24 -dspfvs 12  \
>
>
> Thanks in advance!
>
>
> Regards,
>
> Liwen
>
>
>
>

#1449 From: "liwenfu24" <liwenfu24@...>
Date: Tue Mar 13, 2007 2:48 pm
Subject: Re: var2pipe -in ./fid -swap
liwenfu24
Send Email Send Email
 
Dear Frank,

Thank you very much! Following what you mationed, I've tested these
four options with a cbca(co)nh spectrum acquired on Bruker AVANCE 500
MHz spectrometer, processed on Intel PC running Red Hat Linux 9.
The results are:

"-swap" = "-aswap" = "-noswap" : correct
"-noswap" = "": "unusually large intensities"

Thanks again!

Regards,

Liwen


--- In nmrpipe@yahoogroups.com, "Frank Delaglio, Ph.D. (CONTRACTOR)"
<delaglio@...> wrote:
>
>
>
> This is from the bruk2pipe/var2pipe manual page:
>
>                -swap or -noswap: depending on the computer platforms
>                involved, spectrometer format data may require each
>                four bytes of input to be reversed before conversion.
>                This is called byte-swapping.  It can be enabled or
>                suppressed via these flags.  Having the byte-swap mode
>                set incorrectly will cause large numbers of "Bad
>                Points", which will have unusually large intensities.
>                More recently, complementary options -aswap and
>                -noaswap have been added; these are system-dependant
>                byte-swap options whose meanings change depending on
>                the computer platform.  The intent is that conversion
>                commands which use the -aswap and -noaswap options
>                should work consistantly when given the same input
>                data, regardless of the computer platform used for the
>                conversion.
>
> The conversion utilities "bruker" and "varian" should set the
> byte swap flags automatically.
>
>
> On 10 Mar 2007, liwenfu24 wrote:
>
> >
> > Dear all,
> >
> > I run NMRPipe on my PC (Red Hat Linux 9 on x86). Recently, I've found
> > that some people use the "-swap" option for "var2pipe".
> >
> >
> > var2pipe -in ./fid -swap -aqORD 1 \
> >
> > Must I use the option too? Why should I use this option?
> >
> > And should I use this option when processing Bruker data?
> >
> > i.e.,
> > bruk2pipe -in ./ser -bad 0.0 -swap -DMX -decim 24 -dspfvs 12  \
> >
> >
> > Thanks in advance!
> >
> >
> > Regards,
> >
> > Liwen
> >
> >
> >
> >
>

#1450 From: "neeraj_sinha23" <neeraj_sinha23@...>
Date: Fri Mar 16, 2007 6:20 pm
Subject: Getting 1 D Projection from 2D Spectrum
neeraj_sinha23
Send Email Send Email
 
Hi,
  I have a 2D spectrum "test.ft". I need to extract 1D pojections along
x-axis and y-axis. Which is the command in nmrPipe to get the projections.
thanks
nrs

#1451 From: Ryan McKay <ryan@...>
Date: Fri Mar 16, 2007 8:55 pm
Subject: NANUC 2007 NMR BootCamp announcement: Practical NMR
ryan_nanuc
Send Email Send Email
 
Dear All,

We would like to announce  our 7th annual national training course.  The course this year will cover 6 days of lectures and hands-on training.

When: August 13-18th (Mon-Sat.) 2007


Where:  National High Field NMR Centre (NANUC)
University of Alberta
Edmonton, Alberta, Canada

How: Please see web-site for registration information, costs, maps, hotels, and extras.

Registration is limited to 30 this year so please sign up early.

** Please book hotels early to avoid disappointment

Why: Emphasis will be on real world step-by-step examples on how to utilize NMR data and related software to solve the 3D structure of biomolecules.

The training course this year coincides with the Edmonton Fringe Festival ( http://www.fringetheatreadventures.ca/index.php/festival/ ) "Live and Let Fringe".

Speakers and topics include:

NMR BootCamp (c): Practical NMR - from spectrometer to structure

Monday August 13th:
George Gray - VNMRJ and BioPack (morning)
Leo Spyracopoulos - Relaxation and Mathematica (afternoon)

Tuesday August 14th:
Frank Delaglio - NMRPipe, NMRDraw, TALOS, DYNAMO

Wednesday August 15th:
Bruce Johnson - NMRView

Thursday August 16th:
Charles Schwieters - XPLOR-NIH

Friday August 17th:
Jeff Hoch - RNMRTK - (emphasis on non-uniform data)

Saturday August 18th:
Clemens Anklin - Bruker TopSpin (morning)
Pascal Mercier - CYANA (afternoon)

Registration forms, brochures, and further information is available at:


Hope to see you in August,
Ryan

ps please pass this on to anyone, or any groups that you think may be interested.



------------------------------------------------------------------------------------
Ryan T. McKay, Ph.D. -     Scientific Director
NANUC - Canada's National High Field NMR Centre
Room 105                           Email:  ryan@...
NANUC Bld.                        Phone: (780) 492-2700
University of Alberta            Fax:     (780) 492-9174
Edmonton, Alberta              Cell:     (780) 920-8871
Canada T6G 2E1                AIM:     ryanmckaynmr
                     http://www.nanuc.ca





#1452 From: "Frank Delaglio, Ph.D. (CONTRACTOR)" <delaglio@...>
Date: Mon Mar 19, 2007 7:01 pm
Subject: Re: Getting 1 D Projection from 2D Spectrum
bigfdelaglio
Send Email Send Email
 
proj2D.tcl -in test.ft

The input spectrum should have unique axis names, as established
during conversion via "-xLAB" and "-yLAB" ...

% proj2D.tcl -help
/u/delaglio/com/proj2D.tcl: Create 1D projections from 2D data.
  -in inName [test.ft2]         Name of 2D Input.
  -skyline                      Skyline Projection (Default).
  -sum                          Summation projection.
  -abs                          Use Absolute Value.


On Fri, 16 Mar 2007, neeraj_sinha23 wrote:

> Hi,
>  I have a 2D spectrum "test.ft". I need to extract 1D pojections along
> x-axis and y-axis. Which is the command in nmrPipe to get the projections.
> thanks
> nrs
>
>
>

#1453 From: Frans Mulder <f.a.a.mulder@...>
Date: Tue Mar 20, 2007 7:59 am
Subject: Postdoc position at the University of Groningen, the Netherlands
bokkepok
Send Email Send Email
 
From Frans A.A. Mulder:


Biomolecular NMR - Post-doc position at the University of Groningen, the Netherlands
 
A full-time post-doctoral research position is available immediately, for a period of two years, within the NMR group at the University of Groningen, the Netherlands. The successful applicant is expected to commence summer 2007. The position is supported by a VIDI grant awarded by the Dutch Research Organization (NWO) for research about ‘Natively unfolded proteins, aggregation and disease’, and concerns the development and application of multidimensional, multinuclear NMR techniques to study the structure and dynamics of natively unfolded proteins. This research aims to develop novel tools to identify the molecular basis of pathological protein association and aggregation.
 
Requirements
Candidates are expected to have a PhD degree in (bio)chemistry or (bio)physics with relevant experience in the area of protein chemistry, biophysics, and have experience with the theory or application of NMR spectroscopy. Knowledge in the area of protein molecular biology or computer programming is welcome.
 
General information
The Groningen NMR center contains 200, 300, 400, 500 and 600 MHz NMR spectrometers, with the highest field dedicated completely to protein work. In addition we also have access to the national NMR facility boasting 700, 750 and 900 MHz spectrometers, sensitive cryoprobes and lasers. We are embedded in the Groningen Biomolecular Sciences and Biotechnology Institute (GBB) and the Materials Science Center (MSC+). Here we have access to computer clusters, genomics tools, protein expression and purification, and characterization by a host of biophysical techniques.
 
Conditions of employment
The University of Groningen offers an appointment for the period of two years. The job is full-time (38 hours per week) with salary up to a maximum of € 3597 (salary scale 10) gross per month, depending on qualifications and work experience.
 
Additional information
Additional information about the vacancy can be obtained from:
Dr. Frans Mulder, E-mail address: F.A.A.Mulder@...
 
Please also consult the following links.
    * About the organization (http://www.rug.nl)
    * About the institute (http://www.rug.nl/gbb)
    * About the NMR group (http://www.rug.nl/gbb/nmr)
    * About the project (http://www.nwo.nl/projecten.nsf/pages/2300134640)
 
How to apply?
Applicants should send their curriculum vitae along with telephone / fax number and e-mail addresses of three referees before 15-04-2007 to:
 
University of Groningen
Personnel and Organization Department
P.O. Box 72
9700 AB Groningen
The Netherlands
E-mail: vmp@...
 
When applying for this job always mention the vacancy number AT207057

-- Dr. Frans Mulder
Biophysical Chemistry
Groningen University
Nijenborgh 4
9747 AG Groningen
the Netherlands
tel: +31-50-3634339
fax: +31-50-3634398
email: f.a.a.mulder@...
URL: www.rug.nl/gbb/nmr

Messages 1424 - 1453 of 2524   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help