BCRANKsearch-class          package:BCRANK          R Documentation

_C_l_a_s_s "_B_C_R_A_N_K_s_e_a_r_c_h"

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

     Holds the whole search path from a single 'bcrank' run. Each
     individual search step is stored in a 'BCRANKmatch-class' object. 
     Several objects of this class are collected in a
     'BCRANKresult-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:


     '_s_e_a_r_c_h_P_a_t_h': a collection of 'BCRANKmatch-class' objects,
          ontaining all bcrank search steps from a start guess to a
          locally optimal solution.

     '_f_i_n_a_l_P_W_M': position weight matrix containing all DNA sites for
          the highest scoring consensus in this bcrank run.

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


     _s_e_a_r_c_h_P_a_t_h 'signature(object = "BCRANKsearch", i=NULL)': If 'i' is
          NULL, returns a data frame containing consensus and score for
          the whole search path. Otherwise, the i'th
          'BCRANKmatch-class' object in the search path is returned.

     _p_w_m 'signature(object = "BCRANKsearch", normalize=TRUE)': Returns
          the position weight matrix (pwm) for the highest scoring
          consensus in this bcrank run. Matrix positions are between
          between 0 and 1 when 'normalize' is TRUE. When FALSE, the
          number of matching sequences is reported.  

     _p_l_o_t 'signature(x = "BCRANKsearch", y = "missing")': A plot method
          for the searchPath.

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

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

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

     'bcrank', 'BCRANKmatch-class', 'BCRANKresult-class'

