CYANA Function: ifira

From CYANA Wiki
Revision as of 15:51, 12 August 2009 by Admin (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Synopsis

ifira(integer) = integer

Description

The function returns the index of the first atom that belongs to the residue with the given index, or the special value ifira(nr+1) = na+1.

This function is useful, for instance, to construct a loop over all atoms of a given residue, i:

 do j ifira(i) ifira(i+1)-1
   print "Atom $anam(j) of residue $rnam(i) $rnum(i)"
 end do