Plotting False discoveries vs genes selected
0
0
Entering edit mode
@humberto_munoz-10903
Last seen 7.8 years ago

The following lines are executed very well.

Condition<-factor(c("ARef","ARef","CO2","CO2","Light","Light","NaCl","NaCl","NaNO3","NaNO3","pH","pH","Temp","Temp"))

Time<- factor(c("1", "24","1", "24", "1", "24", "1", "24", "1", "24","1", "24", "1", "24"))
data.frame(Sample=colnames(RG),Condition,Time)
design <-model.matrix(~~Condition+Time)
rownames(design)<-colnames(RG)
design

----------------------------------------

Now, I would like to create the following plots:

1) The # of false discoveries vs the # of genes selected for the Fisher test (total reads) and the Fisher test (TMM)

2)  The # of false discoveries vs the # of genes selected for the Poisson-Exact and Poisson-LR-TMM normalized with my datasets.

Any helpful to perform these plots will be appreciated.  

 

plot • 1.0k views
ADD COMMENT

Login before adding your answer.

Traffic: 839 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6