-
Notifications
You must be signed in to change notification settings - Fork 932
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
Update integration_introduction.Rmd #5398
base: develop
Are you sure you want to change the base?
Conversation
Matched number of provided cell types to number of factor levels of immune.combined. Using 0:14 results in a warning: > immune.combined <- RenameIdents(immune.combined, `0` = "CD14 Mono", `1` = "CD4 Naive T", `2` = "CD4 Memory T", + `3` = "CD16 Mono", `4` = "B", `5` = "CD8 T", `6` = "NK", `7` = "T activated", `8` = "DC", `9` = "B Activated", + `10` = "Mk", `11` = "pDC", `12` = "Eryth", `13` = "Mono/Mk Doublets", `14` = "HSPC") Warning: Cannot find identity 14 Reason: levels(Idents(immune.combined)) [1] "0" "1" "2" "3" "4" "5" "6" "7" "8" "9" "10" "11" "12" "13"
Hi, Not member of dev team but wanted to confirm what code you are running. When I copy and paste the following code from the vignette it runs without error for me and there are 15 idents (including ident 14):
|
@samuel-marsh If I run the same code I still get
I don't know why this is different from yours - but I guess it is better to leave the code as is and risk a warning. Thanks for mentioning. |
@simonmfr interesting... ya no idea leaving sessionInfo here in case devs are interested: sessionInfo
|
Matched the number of provided cell types to number of factor levels of immune.combined. Using 0:14 results in a warning:
Reason: