rawCd4DnaseI           package:encoDnaseI           R Documentation

_A _d_a_t_a _f_r_a_m_e _w_i_t_h _i_n_f_o_r_m_a_t_i_o_n _o_n _t_h_e _U_C_S_C
_b_r_o_w_s_e_r _t_r_a_c_k _r_e_l_a_t_e_d _t_o _D_N_a_s_e_I _h_y_p_e_r_s_e_n_s_i_t_i_v_i_t_y

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

     A data frame with information on the UCSC browser track related to
     DNaseI hypersensitivity; the rawCD4 object is an eSet extension
     representing the same information; rawHelaDnaseI is like rawCD4
     but results on Hela cells.

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

     data(rawCd4DnaseI)
     data(rawHelaDnaseI)
     data(rawCD4)

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

     Obtained from a MySQL representation of the data  distributed at
     the Genome Browser FTP site

_V_a_l_u_e:

     a data.frame

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

     Vince Carey <stvjc@channing.harvard.edu>

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

     <URL: hgdownload.cse.ucsc.edu> ... it appears that they do not
     offer the MYD/MYI representations, just the txt.gz and sql files
     now.   So if you obtain the encodeNhgriDnaseHsChipRawCd4.txt and
     .sql files at
     goldenPath/currentGenomes/Homo_Sapiens/encode/database, you can
     reconstruct the underlying data for this data.frame (hg18, Nov
     2007).

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

     data(rawCd4DnaseI)
     dim(rawCd4DnaseI)
     rawCd4DnaseI[1:5,]
     library(lattice)
     xyplot(dataValue~chromStart|chrom, data=rawCd4DnaseI, subset=chrom %in%
       c("chr1", "chr10", "chr19", "chr20"), scales=list(x=list(relation="free"))) 

