Skip to content

Commit

Permalink
Update server.R
Browse files Browse the repository at this point in the history
  • Loading branch information
srinew authored Feb 5, 2020
1 parent 26a46f3 commit 9846201
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions server.R
Original file line number Diff line number Diff line change
@@ -25,10 +25,7 @@ server <- function(input, output) {
tlda.ct[nrow(tlda.ct)+1,] <- NA
rownames(tlda.ct)[[nrow(tlda.ct)]] <- "Int.Control"

ref.genes <- c("ACTB", "GAPDH", "TUBB")
ref1 <- "ACTB"
ref2 <- "GAPDH"
ref3 <- "TUBB"
ref.genes <- c(input$header)

# Calculate the internal controls mean for each sample
for(i in 1:ncol(tlda.ct)){

0 comments on commit 9846201

Please sign in to comment.