Entering edit mode
3.6 years ago
salehm
▴
10
Hi,
I have dataframe with 1st column is Sample_ID, samples are listed like this:
sample1_s2 sample2_s5 sample3_s23
I want to remove "_s2", "_s5", "_s23" from sample names.
Is there away to remove whatever after "_"?
Thanks.
Thank you so much @patelk26