Entering edit mode
8.5 years ago
flute28
•
0
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.
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