Entering edit mode
                    4.4 years ago
        soniabedi.07
        
    
        ▴
    
    30
    Hi All,
I am trying to filter out genes from my gene-fusion excel file. I want to remove any gene which is getting repeated more than 10 times in the column. I am doing this in R.
Any suggestions??
Thanks in advance.
Using plain R , this should work :
Thank you Hamid. Let me try it out.