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

Improved_Seurat_Pre_Process could not find function #29

Open
rzhao0624 opened this issue Mar 31, 2020 · 1 comment
Open

Improved_Seurat_Pre_Process could not find function #29

rzhao0624 opened this issue Mar 31, 2020 · 1 comment

Comments

@rzhao0624
Copy link

Hello all,

I'm very new to coding and Seurat and everything here so my apologies in advance if this question doesn't have all the necessary coding information that one would need to answer. If you need further information I would be happy to provide.

I was trying to check doublelets in my seurat object using this packaged called DoubletDecon
https://github.com/EDePasquale/DoubletDecon (here's the link)

First I did

Improved_Seurat_Pre_Process(object, num_genes=50, write_files=FALSE)

And then I got this error
Error in Improved_Seurat_Pre_Process(ncc.madelaine.nodoub, num_genes = 50, :
could not find function "Improved_Seurat_Pre_Process"

On the DoubletDecon package page, it says this funcion could be found in Seurat package. I do have Seurat package installed and running on RStudio so I don't know why it couldn't find this function. I'm using Seurat 3.1.1 and I also tried to install an older version of Seurat 3.0.0 but it still gave the same error message.

Could anyone please help me? Thank you so much in advance!

@EDePasquale
Copy link
Owner

Hi,

The Improved_Seurat_Pre_Process() is a function within DoubletDecon, not Seurat. If you could let me know where to find the confusing description I can update the wording.

Is it possible that you haven't loaded the DoubletDecon package with "library(DoubletDecon)" prior to running Improved_Seurat_Pre_Process()?

Best,
Erica

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

2 participants