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
I am trying to do DMR on one of our test dataset which has one sample for case and two samples for control. While I was running the diff_methylsig function, I encountered such an error "Error in base::rowSums(meth_mat[, case_idx]) : 'x' must be an array of at least two dimensions".
After diving into the source code, I realized that in the meth_mat, there's only one column of data for case. May I know if methySig requires a minimum number of samples? For example, greater than one?
Thanks.
The text was updated successfully, but these errors were encountered:
Hi,
I am trying to do DMR on one of our test dataset which has one sample for case and two samples for control. While I was running the diff_methylsig function, I encountered such an error "Error in base::rowSums(meth_mat[, case_idx]) : 'x' must be an array of at least two dimensions".
After diving into the source code, I realized that in the meth_mat, there's only one column of data for case. May I know if methySig requires a minimum number of samples? For example, greater than one?
Thanks.
The text was updated successfully, but these errors were encountered: