BCRANKresult-class          package:BCRANK          R Documentation

_C_l_a_s_s "_B_C_R_A_N_K_r_e_s_u_l_t"

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

     Holds the results from running 'bcrank. Contains a number of
     \code{BCRANKsearch-class} object, one for each restart of the
     bcrank search.'

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


     '_f_n_a_m_e': The name of the fasta file used for running bcrank.

     '_t_o_p_l_i_s_t': A list of 'BCRANKsearch-class' objects, ranked by their
          scores.

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


     _f_n_a_m_e 'signature(object = "BCRANKmatch")': Returns the fasta file
          name.

     _t_o_p_l_i_s_t 'signature(object = "BCRANKmatch", i=NULL)': If 'i' is
          NULL, returns a data frame containing consensus and score for
          the results for each restart of the bcrank search. Otherwise,
          the i'th 'BCRANKsearch-class' object in the toplist is
          returned.

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

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

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

     'bcrank', 'BCRANKsearch-class',

