Closed MartaBenegas closed 4 years ago
Hello, This error is because you don't have a gene_short_name column in your rowData. If your row.names are already symbols, you can add this line with rowData(cds)$gene_short_name <- row.names(rowData(cds))
. I am adding a better error message in the meantime!
Thanks for your answer!
I've been following the clustering tutorial with my own dataset and when I reach the gene markers plotting it raises an error that I don't know how to solve:
Here is my code: monocle_analysis.txt (it's an R notebook file but I renamed it as .txt so I can upload it)
The link to the count matrix.
And the traceback:
Thank you in advance!