Help with Error: None of the requested features were found: PECAM1 in slot data
1
0
Entering edit mode
8 months ago
Chris ▴ 260

Hi all, I decrease the resolution to get fewer clusters however I got the error when run:

FeaturePlot(object_combined, features = c('PECAM1'), min.cutoff = 'q10')
Error: None of the requested features were found: PECAM1 in slot data

Would you please have a suggestion? I don't have the error when keep high resolution. I appreciate it.

seurat multiome • 1.3k views
ADD COMMENT
2
Entering edit mode
8 months ago
bk11 ★ 2.4k

Can you check the available assays in your object_combined?

Assays(merged_seurat)
#it may show you as `predicted_ADT`, `RNA` etc. data slots
#your gene could in different assay, if it is not in predicted_ADT for example it could be in RNA data slot
DefaultAssay(merged_seurat) <- "RNA"
ADD COMMENT
0
Entering edit mode

I think it is:

[1] "RNA"  "ATAC" "SCT"
ADD REPLY
1
Entering edit mode

I would recommend you to check in each data slots.

ADD REPLY
0
Entering edit mode

When I run DefaultAssay(object_combined) <- "RNA", the error has gone. Thank you!

ADD REPLY
0
Entering edit mode

when I choose SCT as DefaultAssay instead of RNA. the FeaturePlot is very different. Would you please have a comment? I found this one but still not clear: Seurat3: RNA vs SCT assays for DotPlot

ADD REPLY

Login before adding your answer.

Traffic: 1946 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6