Entering edit mode
Guest User
★
13k
@guest-user-4897
Last seen 10.2 years ago
Hi Sir,
I have a simple question regarding cut-off parameter to be used for
filtering out DEGs from the topT object obtained using LIMMA.
Which statistics is preferred more and why?
1) filter of adj.p.value and log2FC.
2) filter of B.value and log2FC.
I mean both give similar ranking of genes but usually I have seen
people using an adj.p.value cut-off of 0.01. What is the minimum cut-
off value for B.value?(Is it 4?)
It is a technical question so I do not have any output to be put in
the next sessionInfo() field.
Thank you for your input Sir.
Regards.
Deb.
-- output of sessionInfo():
topT<- topTable(fit3, coef=1, adjust="BH",
sort.by="B",number=nrow(data))
--
Sent via the guest posting facility at bioconductor.org.