Hello,
When running function EnhancedVolcano(): I am receiving the error that, log2FC is not numeric, though type(log2FC) returns "double."
Here is the format of the function:
EnhancedVolcano(df, lab = 'Gene', x = 'log2FC', y = 'pvalue', xlim = c(-5, 8))
The format of df is:
Gene, log2FC, pvalue 12953, 0.888282, 5.66e-12 ...
Any ideas why this function is not liking our data input for x?
Just FYI: you should add the package name as a tag so that the package maintainer is notified when you post a question about their package.
I think you'll have to provide an example, otherwise its impossible to recreate your problem. Just running EnhancedVolcano with numbers like yours does not give this error.