getAccn                package:GeneR                R Documentation

_R_e_a_d_i_n_g _o_f _a _G_e_n_e_R _g_l_o_b_a_l _v_a_r_i_a_b_l_e

_D_e_s_c_r_i_p_t_i_o_n:

     Each of these functions returns GeneR global variable associated
     to a sequence buffer (see 'globals'). but the global variable
     'strand' which concerns all the sequence buffers.

_U_s_a_g_e:

     getAccn(seqno=0)
     getBegSeq(seqno=0)
     getSeqSize(seqno=0)
     getStrand()
     getEndSeq(seqno=0)

_A_r_g_u_m_e_n_t_s:

   seqno: Integer/scalar, Sequence number (buffer number)

_D_e_t_a_i_l_s:

     All details on addresses and GeneR global variables can be found
     on page 'globals'.

_V_a_l_u_e:

getAccno: Accession number or name of the sequence

getBegSeq,getEndSeq,getSeqSize: Beginning or ending position or size of
          the loaded sequence

getStrand: Running working strand (0 -> forward, 1 -> reverse)

     if error : -1

_A_u_t_h_o_r(_s):

     L. Cottret

_S_e_e _A_l_s_o:

     'setAccn','getParam','setParam', 'globals'

