SetAccn                package:GeneR                R Documentation

_S_e_t _g_l_o_b_a_l_s _v_a_r_i_a_b_l_e_s _o_f _a _s_e_q_u_e_n_c_e

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

     Globals variables concerning a sequence (see 'globals') can be
     directly set with theses functions. Global variable 'strand'
     concerns all buffers  of sequence.

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

     setAccn(name, seqno=0)
     setBegSeq(pos=1, seqno=0)
     setSeqSize(pos, seqno=0)

     setStrand(str=0)

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

    name: Character: name of sequence

   seqno: Integer: sequence number (bufno)

     pos: Integer: size, or position.

     str: Strand: 0 : watson (forward)
           1 : crick (reverse) 

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

     All details on addresses and globals variables are on page
     'globals'.

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

     The name, or "error" if error.

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

     L. Cottret

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

     'globals', 'getAccn', 'setParam', 'getParam'

