read.MIAME package:Biobase R Documentation _R_e_a_d _M_I_A_M_E _I_n_f_o_r_m_a_t_i_o_n _i_n_t_o _a_n _I_n_s_t_a_n_c_e _o_f _C_l_a_s_s '_M_I_A_M_E' _D_e_s_c_r_i_p_t_i_o_n: Reads MIAME information from a file or using a widget. _U_s_a_g_e: read.MIAME(filename = NULL, widget = getOption("BioC")$Base$use.widgets, ...) _A_r_g_u_m_e_n_t_s: filename: Filename from which to read MIAME information. widget: Logical. If 'TRUE' and a filename is not given, a widget is used to enter information. ...: Further arguments to 'scan'. _D_e_t_a_i_l_s: Notice that the 'MIAME' class tries to cover the MIAME entries that are not covered by other classes in Bioconductor. Namely, experimental design, samples, hybridizations, normalization controls, and pre-processing information. The function 'scan' is used to read. The file must be a flat file with the different entries for the instance of MIAME class separated by carriage returns. The order should be: name, lab, contact, title, abstract, and url. Alternatively a widget can be used. _V_a_l_u_e: An object of class 'MIAME'. _A_u_t_h_o_r(_s): Rafael Irizarry _S_e_e _A_l_s_o: 'MIAME','tkMIAME' _E_x_a_m_p_l_e_s: miame <- read.MIAME(widget=FALSE) ##creates an empty instance show(miame)