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
Hi, I was wondering if anyone has seen this issue before. After loading in my normalized seurat object, loading the relevant packages, I get the following error when running the BITFAM() command.
BITFAM_res <- BITFAM(data = normalized_data_matrix, species = "human", scATAC_obj = NA, ncores = parallel::detectCores())
Calculating gene variances
0% 10 20 30 40 50 60 70 80 90 100%
[----|----|----|----|----|----|----|----|----|----|
**************************************************|
Calculating feature variances of standardized and clipped values
0% 10 20 30 40 50 60 70 80 90 100%
[----|----|----|----|----|----|----|----|----|----|
**************************************************|
Warning: The following arguments are not used: drop
Error in h(simpleError(msg, call)) :
error in evaluating the argument 'i' in selecting a method for function '[': comparison (!=) is possible only for atomic and list types
Additionally, the preprocessing command produces a similar issue:
data_matrix_normalized <- BITFAM_preprocess(raw_data = d_matrix)
Error in h(simpleError(msg, call)) :
error in evaluating the argument 'x' in selecting a method for function 'colSums': comparison (>) is possible only for atomic and list types
My R version is 4.3.0.
The text was updated successfully, but these errors were encountered:
Hi, I was wondering if anyone has seen this issue before. After loading in my normalized seurat object, loading the relevant packages, I get the following error when running the BITFAM() command.
BITFAM_res <- BITFAM(data = normalized_data_matrix, species = "human", scATAC_obj = NA, ncores = parallel::detectCores())
Calculating gene variances
0% 10 20 30 40 50 60 70 80 90 100%
[----|----|----|----|----|----|----|----|----|----|
**************************************************|
Calculating feature variances of standardized and clipped values
0% 10 20 30 40 50 60 70 80 90 100%
[----|----|----|----|----|----|----|----|----|----|
**************************************************|
Warning: The following arguments are not used: drop
Error in h(simpleError(msg, call)) :
error in evaluating the argument 'i' in selecting a method for function '[': comparison (!=) is possible only for atomic and list types
Additionally, the preprocessing command produces a similar issue:
My R version is 4.3.0.
The text was updated successfully, but these errors were encountered: