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
When trying to use thresholding applied on normalized scores using this command:
exp <- apply_threshold(exp, threshold=6, n_samples=1,use_normalized = TRUE)
I get following error:
I preformed normalization before trying to threshold so normalized scores are populated in the object.
The text was updated successfully, but these errors were encountered:
When trying to use thresholding applied on normalized scores using this command:
exp <- apply_threshold(exp, threshold=6, n_samples=1,use_normalized = TRUE)
I get following error:
I preformed normalization before trying to threshold so normalized scores are populated in the object.
The text was updated successfully, but these errors were encountered: