savepValVec {RNAither} | R Documentation |
Saves a vector of p-values to a text file.
savepValVec(pValVec, filename)
pValVec |
a vector of p-values |
filename |
the name of the text file to save the p-values to. |
data(pValVec1, package="RNAither") ##for details on the generation of pValVec1, see the example of the Ttest function linked above. savepValVec(pValVec1, "pvals_testfile1.txt")