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

tweaked bin-paths

parent d3a62a1e
No related branches found
No related tags found
No related merge requests found
......@@ -5,11 +5,11 @@
#source <(curl https://raw.githubusercontent.com/holgerbrandl/datautils/v1.20/bash/lsf_utils.sh 2>&1 2>/dev/null)
## enable snippet spinning
source <(curl https://raw.githubusercontent.com/holgerbrandl/datautils/v1.20/R/spinr/spin_utils.sh 2>&1 2>/dev/null)
export PATH=/home/brandl/bin/spinr:$PATH
source <(curl https://raw.githubusercontent.com/holgerbrandl/datautils/v1.22/R/spinr/spin_utils.sh 2>&1 2>/dev/null)
export PATH=/projects/bioinfo/holger/bin//spinr:$PATH
source <(curl https://raw.githubusercontent.com/holgerbrandl/datautils/v1.20/R/rendr/rendr_utils.sh 2>&1 2>/dev/null)
export PATH=/home/brandl/bin/rendr:$PATH
export PATH=/projects/bioinfo/holger/bin//rendr:$PATH
## define common binaries
......@@ -18,7 +18,7 @@ export PATH=/projects/bioinfo/holger/bin/bowtie2-2.2.5:$PATH
export PATH=/projects/bioinfo/holger/bin/tophat-2.0.13.Linux_x86_64:$PATH
export PATH=/home/brandl/bin/cufflinks-2.2.1.Linux_x86_64:$PATH
export PATH=/sw/apps/python/current/bin:$PATH
export PATH=/home/brandl/bin/deepTools/bin:$PATH
export PATH=/projects/bioinfo/holger/bin/deepTools/bin:$PATH
export PATH=/projects/bioinfo/holger/bin/FastQC_0.11.2:$PATH
export PATH=/projects/bioinfo/holger/bin/bedtools2-2.25.0/bin/:$PATH
export PATH=/projects/bioinfo/holger/bin/samtools-1.3:$PATH
......
......@@ -126,8 +126,8 @@ if(!all((contrasts %>% gather %$% value %>% unique) %in% colData$condition)){
#stopifnot(all((contrasts %>% gather %$% value %>% unique) %in% colData$condition))
dds <- DESeqDataSetFromMatrix(countMatrix, colData, formula(~ condition))
dds <- estimateSizeFactors(dds)
dds <- estimateDispersions(dds)
#dds <- estimateSizeFactors(dds)
#dds <- estimateDispersions(dds)
########################################################################################################################
......
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