visualizeGenes {EBSEA} | R Documentation |
Plots for each exon of the gene entered by the user, the mean of the counts and the fold changes.
visualizeGenes(gene, ebsea.out)
gene |
Gene Name. The gene name should be the from the genes in count data. |
ebsea.out |
Result object returned by EBSEA |
A plot of mean counts and fold changes of exons of a gene.
data(origCounts) group <- c('Group1', 'Group1', 'Group1', 'Group2', 'Group2', 'Group2', 'Group2') result <- EBSEA(origCounts, group) visualizeGenes('FBgn0000017', result)