Writing the fcros() or pfco() results in a tab delimited text file
Writing the fcros() or pfco() results in a tab delimited text file
This function creates a tab-delimited text file with the results of the function fcros(), fcros2(), fcrosMod(), pfco() or pfcoMod(). The results are the values associated with the parameters "idnames", "ri", "FC", "FC2", "f.value" and "p.value".
fcrosWrite(af, file ="fcrosResults.txt", thr =1)
Arguments
af: An output object of the functions fcros(), fcros2(), fcrosMod(), pfco()
or pfcoMod(): af = fcros(xdata, cont, test, log2.opt, trim.opt)
af = pfco(xdata, cont, test, log2.opt, trim.opt)
file: The output file name: file = "fcrosResults.txt"
thr: A threshold allowing to filter data based on p-values. Default setting is 1 (no filtering) thr = 1
Returns
This function creates and saves a tab-delimited text file on the disk.