Log fold change filter using limma
This is probably a stupid question, but I felt the need to ask it as I couldn't seem to find the answer in the limma documentation. But if you wanted to filter some microarray data with a log fold change of 1.5% , what would you enter into the limma topTable function. Does the lfc parameter take percentages directly i.e should I enter lfc=1.5 or should I enter lfc=0.015.
• 3,556 views
•
link
0 answers
No answers yet.
Log in to answer this question.
I'm not quite sure what you mean by 1.5% with respect to log-fold changes in microarray analysis. Do you want the genes that display log fold-changes in the top 1.5% of all genes studied? or do you want genes where the fitted parameter for log-fold-change is at least 1.5% of the constant coefficient in your model
Log fold change is generally not presented with a %, where did you find that?
This is not presented in term of percentage, simply fold change is a ratio between two conditions, and its normalised by log2.
for example:
its nicely explained by Devon Ryan’s post:
R: How to convert log2FC (Fold Change) obtained by limma's topTable() function to FC
see below link also
http://rstudio-pubs-static.s3.amazonaws.com/13988_bb11d85b79b2436280de434988558140.html
It is a minor point Mike, but you have put the ratio at the contrary. isn't ?. In addition, if you express more after a treatment, the logFC must be positive
Yes, antonio, in that case it will be positive.
Mike. Revise your formula. You have put the terms at the contrary. It should be 16.2512/ 1.202 , so the logFC is positive. It is a minor point , though. Sorry to disturb you
Thanks Antonio, for catching that point..