buildUpstreamSeqs2         package:harbChIP         R Documentation

_w_o_r_k_f_l_o_w _c_o_m_p_o_n_e_n_t - _b_u_i_l_d _a_n _u_p_s_t_r_e_a_m_S_e_q_s _i_n_s_t_a_n_c_e _f_r_o_m _a _F_A_S_T_A _r_e_a_d

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

     workflow component - build an upstreamSeqs instance from a FASTA
     read

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

     buildUpstreamSeqs2(fastaRead, organism="sce", provenance="harmen")

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

fastaRead: results of a readFASTA from Biostrings

organism: string naming organism

provenance: string or structure describing provenance

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

     generates an instance of upstreamSeqs

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

     generates an instance of upstreamSeqs

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

     Vince Carey <stvjc@channing.harvard.edu>

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

     # x = readFASTA(...)
     # y = buildUpstreamSeqs2(x)

