You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am having trouble creating a basic plot. For whatever reason, my code p <- EnhancedVolcano(threevstwo , rownames(threevstwo), x ="avg_log2FC", y ="p_val_adj", legendPosition = 'right', legendLabSize = 12, legendIconSize = 4.0, title = 'Cluster 3 vs Cluster 2' ) p will show this image
where the y axis gets labeled as Log10P instead of -Log10P, which should be the default. Can you look into this as soon as possible? Thank you! cluster 3.csv
The text was updated successfully, but these errors were encountered:
Hello, I am having trouble creating a basic plot. For whatever reason, my code
p <- EnhancedVolcano(threevstwo , rownames(threevstwo), x ="avg_log2FC", y ="p_val_adj", legendPosition = 'right', legendLabSize = 12, legendIconSize = 4.0, title = 'Cluster 3 vs Cluster 2' ) p
will show this imagewhere the y axis gets labeled as Log10P instead of -Log10P, which should be the default. Can you look into this as soon as possible? Thank you!
cluster 3.csv
The text was updated successfully, but these errors were encountered: