You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm really interested in using this tool! I am however new to this sort of analysis and so was hoping you could help with the basics. I have integrated my sample as in the seurat vignette https://satijalab.org/seurat/articles/integration_introduction.html and have now my seurat object "immune.combined". I am now following your tutorial to identify my da regions and have errors.
head(immune.combined)
Warning: The following arguments are not used: drop
An object of class Seurat
12 features across 25152 samples within 2 assays
Active assay: integrated (6 features, 6 variable features)
1 other assay present: RNA
2 dimensional reductions calculated: pca, umap
labels_res <- immune.combined[immune.combined$stim == "STIM", "label"]
Error in [.Seurat(immune.combined, immune.combined$stim == "STIM", "label") :
Incorrect number of logical values provided to subset features
labels_nonres <- immune.combined[immune.combined$stim == "CTRL", "label"]
Error in [.Seurat(immune.combined, immune.combined$stim == "CTRL", "label") :
Incorrect number of logical values provided to subset features
any help would be greatly appreciated!
The text was updated successfully, but these errors were encountered:
Hi, I'm really interested in using this tool! I am however new to this sort of analysis and so was hoping you could help with the basics. I have integrated my sample as in the seurat vignette https://satijalab.org/seurat/articles/integration_introduction.html and have now my seurat object "immune.combined". I am now following your tutorial to identify my da regions and have errors.
#get label info
head(immune.combined)
labels_res <- immune.combined[immune.combined$stim == "STIM", "label"]
labels_nonres <- immune.combined[immune.combined$stim == "CTRL", "label"]
any help would be greatly appreciated!
The text was updated successfully, but these errors were encountered: