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, Please help me with fixing this issue. I just want to two color coded volcano plot. Blue for Fold_Change < -1.5 & p_value <= 0.05 and rest of them should be grey in colors. Here is code I am trying:
)
Error in geom_point():
! Problem while computing aesthetics.
ℹ Error occurred in the 1st layer.
Caused by error in check_aesthetics():
! Aesthetics must be either length 1 or the same as the
data (31133)
✖ Fix the following mappings: colour
Run rlang::last_trace() to see where the error occurred.
The text was updated successfully, but these errors were encountered:
Hello, Please help me with fixing this issue. I just want to two color coded volcano plot. Blue for Fold_Change < -1.5 & p_value <= 0.05 and rest of them should be grey in colors. Here is code I am trying:
PUS7KD_microarray <- PUS7KD_microarray %>%
Error in
geom_point()
:! Problem while computing aesthetics.
ℹ Error occurred in the 1st layer.
Caused by error in
check_aesthetics()
:! Aesthetics must be either length 1 or the same as the
data (31133)
✖ Fix the following mappings:
colour
Run
rlang::last_trace()
to see where the error occurred.The text was updated successfully, but these errors were encountered: