dNameTAXID2NAME           package:dName.db           R Documentation

_M_a_p _t_a_x_o_n_o_m_y _i_d_e_n_t_i_f_i_e_r_s _t_o _n_a_m_e

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

     dNameTAXID2NAME provides mappings of taxonomy id to its name.

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

     Mappings were based on data provided by NCBI:  <URL:
     ftp://ftp.ncbi.nih.gov/pub/taxonomy/taxdmp.zip>) on 2009 Mar 10

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

       x <- dNameTAXID2NAME
       # Get the taxonomy identifiers that are mapped to name.
       mapped <- mappedkeys(x)
       # Convert to a list
       xx <- as.list(x[mapped])      
       if(length(xx) > 0){        
         xx[2:3]
       }

