discoDFtoSE | R Documentation |
Functions to import a data.frame (from the format expected by the
web application discoApp()
) as a SummarizedExperiment object or
to export a SummarizedExperiment for use with the web application.
discoDFtoSE(Maindata, Metadata = NULL, shinySession = NULL) discoSEtoDF(se)
Maindata |
data.frame with the first column containing row IDs and all subsequent columns containing experimental values. Columns should follow the expected naming format described in the vignette. |
Metadata |
data.frame of sample data, usually generated by
using |
shinySession |
shiny session object for use only by the DiscoRhythm
shiny app |
se |
SummarizedExperiment, the main data object used by DiscoRhythm expected to contain se$ID, se$ReplicateID, se$Time sample metadata and non-null rownames. See the vignette for more details. |
discoDFtoSE returns a SummarizedExperiment object with colData containing sample metadata.
discoSEtoDF returns a DiscoRhythm format data.frame.
df <- discoGetSimu() se <- discoDFtoSE(df) df <- discoSEtoDF(se)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.