I am using rma function in the R package affy, but I have encountered the following error. I don't know how to handle it, please help me.Thank you so much.
these are my codes and R info:
files=list.files(path="./",pattern=".CEL")
exampl=read.affybatch(filenames=files[1])
exampl_expSet.RMAL=rma(exampl)
ERROR; return code from pthread_create() is 22
sessionInfo()
R version 4.3.3 (2024-02-29)
Platform: x86_64-conda-linux-gnu (64-bit)
Running under: Ubuntu 20.04.6 LTS
Matrix products: default
BLAS/LAPACK: /home/qcmu_mzk/anaconda3/envs/seurat/lib/libopenblasp-r0.3.27.so; LAPACK version 3.12.0
locale:
[1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C
[3] LC_TIME=en_US.UTF-8 LC_COLLATE=en_US.UTF-8
[5] LC_MONETARY=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8
[7] LC_PAPER=en_US.UTF-8 LC_NAME=C
[9] LC_ADDRESS=C LC_TELEPHONE=C
[11] LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C
time zone: Asia/Shanghai tzcode source: system (glibc)
attached base packages: [1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] hgu219cdf_2.18.0 makecdfenv_1.78.0 affyio_1.72.0
[4] affy_1.80.0 Biobase_2.62.0 BiocGenerics_0.48.1
loaded via a namespace (and not attached):
[1] crayon_1.5.2 vctrs_0.6.5 httr_1.4.7
[4] cli_3.6.2 rlang_1.1.3 DBI_1.2.2
[7] png_0.1-8 bit_4.0.5 S4Vectors_0.40.2
[10] RCurl_1.98-1.14 Biostrings_2.70.3 stats4_4.3.3
[13] KEGGREST_1.42.0 bitops_1.0-7 fastmap_1.2.0
[16] GenomeInfoDb_1.38.8 IRanges_2.36.0 memoise_2.0.1
[19] BiocManager_1.30.23 compiler_4.3.3 preprocessCore_1.64.0
[22] RSQLite_2.3.6 blob_1.2.4 XVector_0.42.0
[25] R6_2.5.1 GenomeInfoDbData_1.2.11 AnnotationDbi_1.64.1
[28] tools_4.3.3 bit64_4.0.5 zlibbioc_1.48.2
[31] cachem_1.1.0