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
P-values exceeded R's folate limit would automatically be transformed to 0, resulting an infinite value of -log10 (P), and the figure would be very weird. I suggest reading in the P-value columns as character first, and then to transform it to -log10 value. (split the P-value by the number before and after e)
The text was updated successfully, but these errors were encountered:
P-values exceeded R's folate limit would automatically be transformed to 0, resulting an infinite value of -log10 (P), and the figure would be very weird. I suggest reading in the P-value columns as character first, and then to transform it to -log10 value. (split the P-value by the number before and after e)
The text was updated successfully, but these errors were encountered: