Enhanced Volcano-Cut off
1
0
Entering edit mode
11 days ago
odi ▴ 10

When you write the enhanced volcano code; using this as an example...

EnhancedVolcano(filtered_mutant1,
                lab = filtered_mutant1$gene,
                x = 'avg_log2FC',
                y = 'p_val',
                xlab = bquote(~Log[2]~ 'fold change'), title = "Cluster 1: BGH vs WT", 
                pCutoff = 0.05,
                FCcutoff = 0.25)

I am just wondering in this case, if FCcutoff is 0.25; does that mean that the log2fc cutoff is = 0.25 or does that mean that FC = 0.25?

Thank you for your assistance and this great package

foldchange enhancedvolcano • 197 views
ADD COMMENT
0
Entering edit mode
10 days ago
marco.barr ▴ 130

from the documentation it seems that it reports limits for the value of log2 fold-change in an absolute sense.

FCcutoff: Cut-off for absolute log2 fold-change. Vertical lines will be drawn at the negative and positive values of log2FCcutoff
ADD COMMENT

Login before adding your answer.

Traffic: 1166 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