Off topic:PHATE Clustering Error
0
0
Entering edit mode
3.6 years ago
fouerghi20 ▴ 80

I am trying to run the PHATE function on the counts matrix I extracted from the Seurat object. After running it and obtaining a PHATE object, I try to run cluster_phate on that object, but I always get this error: Error: object of type 'closure' is not subsettable

This is the code I write which is pretty simple and straightforward:

tumor <-GetAssayData(tumor_mel, slot="counts")

tumor_PHATE <-phate(tumor)

cluster_phate(tumor_PHATE)

The error shows up when I run cluster_phate(). Any help is appreciated!

single cell PHATE • 283 views
ADD COMMENT
This thread is not open. No new answers may be added
Traffic: 1987 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