-
Notifications
You must be signed in to change notification settings - Fork 25
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
Simulated data for one cell type #71
Comments
@ahassien Hi Alexa, Best regards, |
@dsong-lab Hi there Dongyuan, This makes perfect sense. Thank you for the clarification. Does this also affect models with additional covariates?
Here is my code for using the scDesign function:
Many thanks in advance, |
Hi Lexie, Best, |
Hi there,
The data that I am working with has a single cell type (tumor cells), and I am wondering why this would not work within the scDesign3 framework. I am trying to benchmark the identification of DEGs.
I tried replicating the issue by changing the cell type filtering in the DE analysis example to only include one cell type: https://songdongyuan1994.github.io/scDesign3/docs/articles/scDesign3-DEanalysis-vignette.html#identification-of-de-genes-between-discrete-cell-types
And it yields the same error that I get when I run it on my own data:
Is there any reason why the scDesign3 framework requires more than one cell type?
Unrelated to the example, I am having some follow-up issues with my particular dataset, particularly involving the following error:
Error in x$fit : $ operator is invalid for atomic vectors
I am thinking that this error could be related to the one cell type issue since I do not want my formula to include cell_type.
Many thanks in advance!
The text was updated successfully, but these errors were encountered: