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
In correlate_covariates.R on line 52 the code converts the columns to numeric twice with a warning in between. Line 56 is not required. We can throw a warning and then convert the columns to numeric.
Another issue is that if I run this function on with a covariate data.frame which is numeric, I still get this warning.
Below, I generate some numbers and assign them to a column
In
correlate_covariates.R
on line 52 the code converts the columns to numeric twice with a warning in between. Line 56 is not required. We can throw a warning and then convert the columns to numeric.Another issue is that if I run this function on with a covariate
data.frame
which is numeric, I still get this warning.Below, I generate some numbers and assign them to a column
I confirm that
covars
data.frame doesn't only contains numeric values:If I run the code from the function, I don't get this warning
mae
is my MultiAssayExperiment object.The text was updated successfully, but these errors were encountered: