Entering edit mode
                    9.7 years ago
        Vanceed
        
    
        ▴
    
    30
    I was given the task of generating a heatmap with a dataset but as I entered data into R, it told me I cannot have repeating rows (which would be in my case the genes that are expressed). Does anyone know how I can normalize that data? Thanks
I tried that make.unique function:
Followed by:
But this error came up. Trying to have the Gene Symbols appear on the Y axis of the heatmap instead of the numbers. Thanks.
Input to
make.uniqueis a variable containing the names, not a single character value.