You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (input$noise) {
#Normalizamos los datos.
dds<- DESeqDataSetFromMatrix(counts, metadata, design = ~1)
vst<-varianceStabilizingTransformation(dds)
#Creamos el Assay "vst" dentro del objeto SummarizedExperiment
assays(se)[[1]] = assay(vst)
#no mostrar nada
# Mostramos la información en el Assay "vst"
# head(assays(se)[["vst"]])
}
})
The text was updated successfully, but these errors were encountered:
mirgff3_shiny/server.R
Line 90 in 8bb4a31
The text was updated successfully, but these errors were encountered: