data(scoredDataset1, package="RNAither")
data(pValVec1, package="RNAither")
##for details on the generation of pValVec1 and scoredDataset1, see the example of the Ttest function linked above.
scoredHits1 <- hitselectionPval(scoredDataset1, pValVec1, "SigIntensity", "Pval_hits", 0.05,
"GeneName", "pvalue_testfile1.txt")
newdataset <- scoredHits1[[1]]
hitvector <- scoredHits1[[2]]
Run the code above in your browser using DataLab