Dear all,
Not sure what I am doing wrong, but I need your help.
I would like to exclude from my dataset any genes located on the X and Y chromosome.
I tried this, but still it is showing X and Y genes. Not sure why it is not working, has anyone an idea?
dataset<-dataset[dataset$chromosome_name!="X"|dataset$chromosome_name!="Y",]
Thanks so much!