Re: [Tutor] arrangement of datafile

2014-01-10 Thread Amrita Kumari
Hi Peter, Thankyou very much for your kind help. I got the output like the way I wanted (which you have also shown in your output). I really appreciate your effort. Thanks for your time. Amrita On Thu, Jan 9, 2014 at 8:41 PM, Peter Otten <__pete...@web.de> wrote: > Amrita Kum

Re: [Tutor] Fwd: arrangement of datafile

2014-01-09 Thread Amrita Kumari
--- and so on. So if a row doesn't have that atom (for ex. row 1 doesn't have H atom) then if it can print nil that I can undestand that it is missing for that particular residue. This arrangement I need in order to compare this chemical shift value with oth

Re: [Tutor] Fwd: arrangement of datafile

2014-01-06 Thread Amrita Kumari
he chemical shift value of similar atom from each row at one time like this: 1 HA2=3.7850 2 HA2=nil 3 HA2=nil . .. 13 HA2=nil similarly, for atom HA3: 1 HA3=3.9130 2 HA3=nil 3 HA3=nil ... .... 13 HA3=nil and so on. so how to split each item

[Tutor] Fwd: arrangement of datafile

2014-01-05 Thread Amrita Kumari
Sorry I forgot to add tutor mailing list.please help for the below. -- Forwarded message -- From: Amrita Kumari Date: Fri, Jan 3, 2014 at 2:42 PM Subject: Re: [Tutor] arrangement of datafile To: Evans Anyokwu Hi, I have saved my data in csv format now it is looking like

Re: [Tutor] arrangement of datafile

2013-12-27 Thread Amrita Kumari
#x27;HB': 1.88, 'HG12': 1.601, 'HG13': 2.167, 'HG21': 0.847, 'HG22': 0.847, 'HG23': 0.847, 'N': 119.03}, 11: {'H': 7.947, 'HA': 4.369, 'HB3': 2.514, 'N': 117

[Tutor] arrangement of datafile

2013-12-25 Thread Amrita Kumari
Hi, On 17th Dec. I posted one question, how to arrange datafile in a particular fashion so that I can have only residue no. and chemical shift value of the atom as: 1 H=nil 2 H=8.8500 3 H=8.7530 4 H=7.9100 5 H=7.4450 Peter has replied to this mail but since I haven't subscribe to the

[Tutor] arrangement of datafile

2013-12-17 Thread Amrita Kumari
Hi, I am new in programming and want to try Python programming (which is simple and easy to learn) to solve one problem: in which I have various long file like this: 1 GLY HA2=3.7850 HA3=3.9130 2 SER H=8.8500 HA=4.3370 N=115.7570 3 LYS H=8.7530 HA=4.0340 HB2=1.8080 N=123.2380 4 LYS H=7.9100 HA=3.