Entering edit mode
6 months 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