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

Adding annotations #135

Open
AteeqMKhaliq opened this issue Apr 19, 2020 · 2 comments
Open

Adding annotations #135

AteeqMKhaliq opened this issue Apr 19, 2020 · 2 comments

Comments

@AteeqMKhaliq
Copy link

AteeqMKhaliq commented Apr 19, 2020

Hi,
We have created singleR object without giving annotations txt file, can we add annotations for the cells to the singleR object without re-running the computationally intensive steps like fine.tune=T again?
are they're a way to do this without re-running the following code again
We have ~ 50000 Cells and two categories (Normal Vs Diseased)

singler_new <- CreateSinglerSeuratObject(counts = counts, project.name = '', species = "Human", annot= NULL, min.genes = 500, min.cells = 2, npca = 10, technology = "X10", citation = "", ref.list = list(), normalize.gene.length = F, variable.genes = "de", fine.tune = T, do.signatures = T, do.main.types = T, reduce.file.size = T, numCores = 8)

to this

singler_new <- CreateSinglerSeuratObject(counts = counts, project.name = '', species = "Human", annot= "colnames.count.txt", min.genes = 500, min.cells = 2, npca = 10, technology = "X10", citation = "", ref.list = list(), normalize.gene.length = F, variable.genes = "de", fine.tune = T, do.signatures = T, do.main.types = T, reduce.file.size = T, numCores = 4)

Regards,
Jack

@dviraran
Copy link
Owner

Please post issues in https://github.com/LTLA/SingleR

Thanks,
Dvir

@AteeqMKhaliq
Copy link
Author

AteeqMKhaliq commented Apr 19, 2020

Hi Dvir,
I have posted it on LTLA, it is very critical for us, Please help us to get a solution. It took us almost 9 days to finish the analysis and we don't want to re do it again.
regards,
Jack

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