Mapping clonotypes on UMAP
Hello! I have a suerat object and I would like to map the top 10 clonotypes in it. I am using the code
top10 <- head(VariableFeatures(Object$clonotype_id),10)
I keep getting the error, "Error in UseMethod(generic = "VariableFeatures", object = object) : no applicable method for 'VariableFeatures' applied to an object of class "factor"". Does anyone know how to pick out the top ten clonotypes? Thanks in advance!
• 1,188 views
•
link
0 answers
No answers yet.
Log in to answer this question.