Entering edit mode
Hello again! :)
So I have a sce object and after normalization and doing all the preprocess I realized that I have duplicated gene ID's
The X column is the gene ID, and the rest are cells (this means that I have a Gen-Cell matrix) since the dimention of this matrix is large (4999 genes and 5447 cells) it is not easy for me to visualize all the cells. Also I made the sum of each row and I get different values so I can't erase one of them without a justification.
My question is: why does this happens? is it normal? any suggestions for a beginner in the subject? :)