Skip to content
Snippets Groups Projects
Commit 8f5633ac authored by Holger Brandl's avatar Holger Brandl
Browse files

fixed fc analysis for replicated scheme

parent 371c2eac
No related branches found
No related tags found
No related merge requests found
...@@ -73,7 +73,7 @@ genesAfter <- nrow(countMatrix) ...@@ -73,7 +73,7 @@ genesAfter <- nrow(countMatrix)
# TODO add general info about the deseq process/model here # TODO add general info about the deseq process/model here
get_sample_from_replicate <- function(repName) str_match(repName, "(.*)_[0-9]{1}$")[,2] get_sample_from_replicate <- function(repName) str_match(repName, "(.*)_[R]?[0-9]{1}$")[,2]
# Define or load a contrasts matrix # Define or load a contrasts matrix
if(!is.null(contrasts_file)){ if(!is.null(contrasts_file)){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment