NBBplot | R Documentation |
After performing NBBttest, NBBplot can be used to show differential expression of exons within a specified gene in na and nb replicates between conditions A and B.
NBBplot(res, gene, nci, na, nb, C1, C2)
res |
object of NBBttest containing information of genes including gene name,strand, chromosome,exons, introns, data, and t-value, p-value, significance/selection etc. |
gene |
gene name or symbol specified by user. |
nci |
number of columns for gene information. |
na |
replicate number in condition A |
nb |
replicate number in condition B |
C1 |
name for condition 1(A) |
C2 |
name for condition 2(B) |
NBBplot consists of two parts: top is expression value of each exon in each replicate in two conditions marked in red and blue and bottom is boxes for exon and solid lines for introns. Differential expression of an exon is marked in red.
output NBBplot figure for given gene.
Yuan-De Tan tanyuande@gmail.com
plotDEXSeq
data(exondata) NBBplot(res=exondata, gene="H2-DMb1", nci=9, na=3, nb=3, C1="WT", C2="KO")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.