I've used the following command to extract significant genes:
mySigGenes <- getSig(cuff, alpha = 0.05, level = "genes")
However, I don't understand why terms familiar to me such as "FPKM" and "q-value" are not arguments in this filtering process. Also, what does "alpha" mean?
mySigGenes <- getSig(cuff, alpha = 0.05, level = "genes")
However, I don't understand why terms familiar to me such as "FPKM" and "q-value" are not arguments in this filtering process. Also, what does "alpha" mean?
Comment