I have cuffdiff output , i have list of genes which im interested in but also i want to filter out genes that passed the significance test so i have column in my dataframe called "significant" which is either "yes" or "no".
I manged to do that i filtered out the significant genes ,now I want to make a comparison plot across samples what is the best way to show differential expression changes in control vs test sample ,any suggestion ?
I can make a subset with gene the common name ,wouldn't that be helpful as there is a column after XLOC which contains the gene name ,commonly used name .
If you have the gene names, forget about the XLOC column and go with gene names.