visualizeGenes {EBSEA}R Documentation

Visualize Gene

Description

Plots for each exon of the gene entered by the user, the mean of the counts and the fold changes.

Usage

visualizeGenes(gene, ebsea.out)

Arguments

gene

Gene Name. The gene name should be the from the genes in count data.

ebsea.out

Result object returned by EBSEA

Value

A plot of mean counts and fold changes of exons of a gene.

See Also

EBSEA

Examples

data(origCounts)
group <- c('Group1', 'Group1', 'Group1', 'Group2', 'Group2', 'Group2', 'Group2')
result <- EBSEA(origCounts, group)
visualizeGenes('FBgn0000017', result)

[Package EBSEA version 1.10.0 Index]