I encountered an issue while following the tutorial for interaction-programs.Rmd. Specifically, I encountered an error in the multi-condition part related to the comparative analysis using the stimulated/unstimulated PBMC dataset.
The error occurred with the following code snippet:
Error in `dplyr::sample_n()`:
! Can't compute indices.
ℹ In group 1: `var = CD14 Mono`.
Caused by error in `sample.int()`:
! invalid 'size' argument
Run `rlang::last_trace()` to see where the error occurred.
Warning message:
In size <= n || replace :
'length(x) = 2215 > 1' in coercion to 'logical(1)'
Although an issue was opened and closed previously, a solution has not yet been found. Any assistance in resolving this error would be greatly appreciated. Thank you!
Hi,
I encountered an issue while following the tutorial for interaction-programs.Rmd. Specifically, I encountered an error in the multi-condition part related to the comparative analysis using the stimulated/unstimulated PBMC dataset.
The error occurred with the following code snippet:
The error message received is as follows:
Although an issue was opened and closed previously, a solution has not yet been found. Any assistance in resolving this error would be greatly appreciated. Thank you!