Description Usage Arguments Value Examples
Create a deg object that can be used to plot expression values at shiny server:runGist(9930881)
1 | degObj(counts, design, outfile)
|
counts |
Output from get_rank function. |
design |
Colour used for each gene. |
outfile |
File that will contain the object. |
R object to be load into vizExp.
1 2 3 | data(humanGender)
library(SummarizedExperiment)
degObj(assays(humanGender)[[1]], colData(humanGender), NULL)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.