Description Usage Arguments Value References See Also Examples
Conditions extract the experimental design information similar as used in DESeq.
1 2 3 4 | ## S4 method for signature 'XBSeqDataSet'
conditions(object,...)
## S4 replacement method for signature 'XBSeqDataSet'
conditions(object,...) <- value
|
object |
a XBSeqDataSet |
value |
experimental design information |
... |
Further arguments will be ignored |
The experimental design information for a XBSeqDataSet object
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 | data(ExampleData)
conditions <- factor(c(rep('C1', 3), rep('C2', 3)))
XB <- XBSeqDataSet(Observed, Background, conditions)
conditions(XB)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.