cpneTrack            package:rtracklayer            R Documentation

_C_P_N_E_1 _S_N_P _t_r_a_c_k

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

     A 'RangedData' object (created by the 'GGtools' package) with
     features from a subset of the SNPs on chromosome 20 from 60 HapMap
     founders in the CEU cohort. Each SNP has an associated data value
     indicating its association with the expression of the CPNE1 gene
     according to a Cochran-Armitage 1df test. The top 5000 scoring
     SNPs were selected for the track.

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

     data(cpneTrack)

_F_o_r_m_a_t:

     Each feature (row) is a SNP. The association test scores are
     accessible via 'score'.

_S_o_u_r_c_e:

     Vince Carey and the 'GGtools' package.

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

     data(cpneTrack)
     plot(start(cpneTrack), score(cpneTrack))

