satijalab / sctransform

R package for modeling single cell UMI expression data using regularized negative binomial regression
GNU General Public License v3.0
203 stars 33 forks source link

SCTransfrom Error in Base Options #167

Closed ccomo0730 closed 11 months ago

ccomo0730 commented 11 months ago

Hello,

I am trying to run SCTransform on my Seurat object. I get this message and it begins running: Calculating cell attributes from input UMI matrix: log_umi Variance stabilizing transformation of count matrix of size 16080 by 5577 Model formula is y ~ log_umi Get Negative Binomial regression parameters per gene Using 2000 genes, 5000 cells

but I then get the following error: Error in base::options(...future.oldOptions) : invalid argument

Screenshot 2023-07-17 at 6 35 11 PM

Can you please help me resolve this error? Thanks!