data(exampleHeader, package="RNAither")
data(pValVec1, package="RNAither")
data(scoredDataset1, 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", "pValue.ttest_l", 0.05,
"GeneName", "pvalue_testfile1.txt")
hitDataset1 <- scoredHits1[[1]]
hitvector1 <- scoredHits1[[2]]
volcano_name <- volcanoPlot(header, hitDataset1, "SigIntensity", "pValue.ttest_l", "GeneName",
"Volcano Plot", 0.05, 1)
Run the code above in your browser using DataLab