Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error in CalcPolyAResiduals function with human PBMC data #10

Open
Renown-TAL opened this issue Jan 30, 2024 · 3 comments
Open

error in CalcPolyAResiduals function with human PBMC data #10

Renown-TAL opened this issue Jan 30, 2024 · 3 comments

Comments

@Renown-TAL
Copy link

I try the "PASTA vignette", and get a error as fowllowing:

######################## code

pbmc <- CalcPolyAResiduals(pbmc, assay = "polyA", features = features.last.exon, gene.names = "Gene_Symbol", verbose = TRUE)

######################## info

Calculating background distribution
Using all cells in order to estimate background distribution
Removing 321 sites without a gene annotation
Running Dirichlet Multionmial Regression
Regularizing Dirichlet Multionmial Variance
Error in validObject(object = value) :
invalid class "polyAsiteAssay" object: features in 'scale.data' must be in the same order as in 'data'
In addition: Warning messages:
1: The slot argument of AverageExpression() is deprecated as of Seurat 5.0.0.
ℹ Please use the layer argument instead.
ℹ The deprecated feature was likely used in the Seurat package.
Please report the issue at https://github.com/satijalab/seurat/issues.
This warning is displayed once every 8 hours.
Call lifecycle::last_lifecycle_warnings() to see where this warning was generated.
2: In asMethod(object) :
sparse->dense coercion: allocating vector of size 3.1 GiB
3: In .M2v(x) : sparse->dense coercion: allocating vector of size 3.1 GiB
4: In asMethod(object) :
sparse->dense coercion: allocating vector of size 3.1 GiB
5: In asMethod(object) :
sparse->dense coercion: allocating vector of size 3.1 GiB

#######################################

Could you tell me it is the error of Seurat 5.0.0 or PASTA? Thanks in advanced!

@ntsopoul
Copy link

I have encountered the same problem. @Renown-TAL were you able to resolve it?

@Renown-TAL
Copy link
Author

I have encountered the same problem. @Renown-TAL were you able to resolve it?

I can't.

@mhkowalski
Copy link
Contributor

Hello,

Thanks for your bug report and sorry for our delayed response. I have updated the package to be compatible with Seurat v5, so please try updating your version and let me know if you are continuing to have problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants