BCRANKmatch-class           package:BCRANK           R Documentation

_C_l_a_s_s "_B_C_R_A_N_K_m_a_t_c_h"

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

     Holds the 'bcrank' score for one IUPAC consensus sequence. Several
     objects of this class are collected in a 'BCRANKsearch-class'
     object

_O_b_j_e_c_t_s _f_r_o_m _t_h_e _C_l_a_s_s:

     Objects are not intended to be created directly but as a result
     from running 'bcrank'.

_S_l_o_t_s:


     '_c_o_n_s_e_n_s_u_s': consensus sequence in IUPAC coding

     '_b_c_r_a_n_k_S_c_o_r_e': bcrank  score for the consensus

_M_e_t_h_o_d_s:


     _c_o_n_s_e_n_s_u_s 'signature(object = "BCRANKmatch")': Returns the
          consensus sequence.

     _b_c_r_a_n_k_S_c_o_r_e 'signature(object = "BCRANKmatch")': Returns the
          bcrank score.

     _m_a_t_c_h_V_e_c_t_o_r 'signature(object = "BCRANKmatch")': Returns a vector
          with 0's (no match) and 1's (match) of same length and order
          as the ranked DNA sequences.

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

     Adam Ameur, adam.ameur@lcb.uu.se

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

     'bcrank', 'BCRANKsearch-class'

