getLocation              package:seqinr              R Documentation

_G_e_n_e_r_i_c _F_u_n_c_t_i_o_n _T_o _o_b_t_a_i_n _t_h_e _P_o_s_i_t_i_o_n _o_f _a _S_e_q_u_e_n_c_e _o_n _t_h_e _P_a_r_e_n_t _S_e_q_u_e_n_c_e

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

     Methods for the class of sequences: 'SeqAcnucWeb'. If the sequence
     is a subsequence (e.g. coding sequence), the function will return
     the position of each exon on the parent sequence.

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

     getLocation(object)

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

  object: an object of the class 'SeqAcnucWeb'.

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

     a list giving the positions of the sequence on the parent
     sequence.

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

     D. Charif

_R_e_f_e_r_e_n_c_e_s:

      'citation("seqinr")'

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

     'SeqAcnucWeb', 'query'

_E_x_a_m_p_l_e_s:

       methods(getLocation)

