ACCNUMStats             package:annotate             R Documentation

_P_r_o_v_i_d_e_s _s_t_a_t_i_s_t_i_c_s _o_n _t_h_e _t_y_p_e_s _o_f _i_d_s _u_s_e_d _f_o_r _t_h_e _A_C_C_N_U_M
_e_n_v_i_r_o_n_m_e_n_t _o_f _a _g_i_v_e_n _d_a_t_a _p_a_c_k_a_g_e

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

     Given a data package name, ACCNUMStats counts how many of the
     probe ids are mapped to GenBank Accession numbers, UniGene ids,
     RefSeq ids, or Image clone ids.

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

     ACCNUMStats(pkgName)
     whatACC(accs)

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

 pkgName: 'pkgName' a character string for the name of a BioC data
          package

    accs: 'accs' a vector of character string for the ids whose type
          will be determined

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

     The ACCNUM environment of each BioC data package contains mappings
     between probe ids and a set of public ids based on which mappings
     of probe ids to other annotation data can be obtained using public
     data sources. The set of ids were provided by a manufacturer or
     user at the time when the data package was built. The
     manufacturer/user provided ids can be of different types of public
     ids, such as GenBank Accession number, UniGene ids, etc..

     ACCNUMStats counts the number of probes that are mapped to
     different types of public ids and have the results presented in a
     table.

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

     Jianhua Zhang

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

     The ACCNUM environment of a platform dependent BioC data package

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

       library("hgu95av2.db")
       ACCNUMStats("hgu95av2")

