Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

noise should be by default TRUE and some lines should change #2

Open
lpantano opened this issue Apr 24, 2019 · 0 comments
Open

noise should be by default TRUE and some lines should change #2

lpantano opened this issue Apr 24, 2019 · 0 comments
Assignees

Comments

@lpantano
Copy link
Contributor

if (input$noise) {

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"]])
      }
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants