-
Notifications
You must be signed in to change notification settings - Fork 11
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 on selectFeatures #31
Comments
I also saw the same question and got the same error, but I don't know how to solve. Could you help us to solve this problem? |
I convert logcounts into counts, but this error still exists.
|
I'm getting the same error when trying to use celldex's MouseRNAseq reference with scmap. Is there any update on this issue? |
Same error. Any update? |
@kehuangke @Cristinex @pcantalupo
And if dropout rates are all 0%, we can not get In conclusion, copy the function from the source code and modified this line or Wish the authors can explain more on this issue. |
Hello,
I use scmap to annotate cell types based on a reference annotation dataset. The reference annotation dataset was downloaded from celldex. However, I encounter an error when I choose HumanPrimaryCellAtlasData. The function of selectFeatures can run properly when I choose DatabaseImmuneCellExpressionData. Unlucky, I want to use HumanPrimaryCellAtlasData for future analysis.
There is the code that does not work properly(HumanPrimaryCellAtlasData):
The error is
The same code can be run rightly if I use DatabaseImmuneCellExpressionData
I have changed logcounts to counts and expanded value by power 10, but that did not work.
I speculate the error is due to the value of logcounts.
This is the logcounts value on HumanPrimaryCellAtlasData which report an error
This is the logcounts value on DatabaseImmuneCellExpressionData which can run properly.
Could you please help me solve this problem?
Thanks
The text was updated successfully, but these errors were encountered: