Closed lvclark closed 3 years ago
I'm really sorry this has taken me so long to get back to. For some reason, I missed it. Sorry about that.
You see a difference because a gene can contain multiple isoform switches, which can give rise to different consequences. So the reason you get a higher number of genes when you sum up the extractConsequenceSummary() data is simply that you double-count a few genes which are present in multiple categories.
Thanks for pointing it out.
This is not urgent, but something I noticed that you might want to be aware of. I ran
extractConsequenceSummary
withreturnResults = TRUE
and it reported zero genes or isoforms for "Intron structure" and "ORF genomic". However, this is in contradiction with what I see inaSwitchList$switchConsequence[which(aSwitchList$switchConsequence$isoformsDifferent),]
.Moreover if I run
I get slightly different numbers from
(Condition1 is unique to each comparison in my case.)
Maybe some genes have changes in both directions?