evoreprice / lmdPaper

Code to generate the manuscript, figures and data for "Gene expression profiling of reproductive meristem types in early rice inflorescences by laser microdissection" (2016)
http://dx.doi.org/10.1111/tpj.13147
0 stars 1 forks source link

Magnitude of LFCs in f_madsTree #9

Closed TomHarrop closed 8 years ago

TomHarrop commented 8 years ago

At the moment extremely lowly-expressed genes will still be given a colour in the figure. Could remove is.na(padj)?

TomHarrop commented 8 years ago

Should I set a threshold on the LFC?

This will affect the number of genes that get padj = NA.

Don't know if it will affect the number of MADS genes; maybe for tomato?

Should I set an alpha threshold?

Check the number rejected from automatic filtering

dim(res[is.na(padj) & !is.na(pvalue)])[1]

TomHarrop commented 8 years ago

Another option would be to set genes that weren't expressed in either sample to NA, but this would only work for rice.

TomHarrop commented 8 years ago

Or I could filter on p-value—only colour genes that are differentially expressed?

TomHarrop commented 8 years ago

Not a big deal if it's in SI. Sort-of-fixed in a20e48d2b6002a8d1c1382be62917126cde05391