Duplicated row names on Seurat
Can you run CCLE data through the Seurat R package? My counts matrix has duplicated feature names, so I can't provide it as an input matrix to CreateSeuratObject() because it only takes matrices with non-duplicated row names (AKA feature names).
• 5,074 views
•
link
0 answers
No answers yet.
Log in to answer this question.
Why does it have duplicated feature names?
I found an explanation basically saying that there are gene names that get duplicated because "there isn't consensus over which coding sequence represents the common name." I made the gene names unique and was able to create the Seurat object while preserving the structure of the matrix.