Skip to content

Commit

Permalink
Load concentrations in colData(l1).
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-plessy authored Mar 22, 2017
1 parent 268204c commit a52bee2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inst/rmarkdown/templates/nanoCAGE/skeleton/skeleton.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,8 @@ read.pg <- function(RUN)
paste0("../cDNA_yields/", RUN, ".picogreen.xlsx") %>%
fldgmPicoGreen("PN 100-6160") %>%
extract(,"concentration")
libs$Concentration <- c(read.pg(RunA), read.pg(RunB))
fldgmConcentrationPlot(libs)
l1$Concentration <- c(read.pg(RunA), read.pg(RunB))
fldgmConcentrationPlot(colData)l1)
```

Combined analysis of fluorescence and cDNA concentration.
Expand Down

0 comments on commit a52bee2

Please sign in to comment.