Description Usage Arguments Details Value Author(s) References See Also Examples
Generate maplot after differential expression test based on ggplot2
1 2 3 |
stats |
The output of |
ylim |
Range of limit for y axis |
padj |
Whether to use adjusted p value or not |
pcuff |
Threshold for pvalue |
lfccuff |
Log fold change cutoff |
linecol |
Colour of horizontal line |
xlab |
Lable for x axis |
ylab |
Lable for y axis |
shape |
The shape of the points used |
Generate classic MAplot for DE analysis using ggplot2, where A and M are from slot baseMean
and slot log2FoldChange
of
the test statistics aftering calling XBSeqTest
. The ggplot2 package generally generate figures of better quality as well as give
user better control of the plotting system compared with the base plotting system.
MAplot of test statistics
Yuanhang Liu
H. I. Chen, Y. Liu, Y. Zou, Z. Lai, D. Sarkar, Y. Huang, et al., "Differential expression analysis of RNA sequencing data by incorporating non-exonic mapped reads," BMC Genomics, vol. 16 Suppl 7, p. S14, Jun 11 2015.
1 2 3 4 | conditions <- c(rep('C1', 3), rep('C2', 3))
data(ExampleData)
Stats <- XBSeq(Observed, Background, conditions)
MAplot(Stats)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.