Entering edit mode
                    3.2 years ago
        Amr
        
    
        ▴
    
    180
    How to delete all strings after dot in a column in R?
For example If I have a column in R has Ensemble Gene Ids like:
ENSG00000223972.5
ENSG00000227232.5
ENSG00000241860.6
How to make it
ENSG00000223972
ENSG00000227232
ENSG00000241860
Thanks