Entering edit mode
4.6 years ago
V
▴
410
Hello,
I have a fairly simple question on Rstudio but im not sure how to get it done - really bad with handling columns and rows. I have the below which is a list of genes. What would be the way to extract all the genes that are significant in cluster 6? (as opposed to all the other clusters).
I was trying the below which didn't work necessarily, but that would be what I wanted to do. I'm only interested in the gene names not the other data like p_value etc.
cluster6genes <- row.names(subset(marker.genes, cluster = "6"))
Thanks!
Image is :
thank you, worked amazingly well :)
Moved to answer