Entering edit mode
3.9 years ago
fouerghi20
▴
80
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).
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.