Description Usage Arguments Value Author(s) See Also Examples
Gets the content of the DE slot of an object of class Transcriptogram.
1 2 3 4 |
object |
An object of class Transcriptogram. |
This method returns the content of the DE slot of an object of class Transcriptogram.
Diego Morais
Hs900, association, transcriptogramPreprocess
1 2 3 4 5 6 7 8 9 | transcriptogram <- transcriptogramPreprocess(association, Hs900, 50)
## Not run:
transcriptogram <- transcriptogramStep1(transcriptogram, GSE9988, GPL570)
transcriptogram <- transcriptogramStep2(transcriptogram)
levels <- c(rep(FALSE, 3), rep(TRUE, 3))
transcriptogram <- differentiallyExpressed(transcriptogram, levels, 0.01)
DE(transcriptogram)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.