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

improved excel example

parent 37ca0314
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,6 @@ dge_fastqc $(ls *fastq.gz) &
mcdir $baseDir/lanereps_pooled
echo '
devtools::source_url("https://raw.githubusercontent.com/holgerbrandl/datautils/v1.10/R/core_commons.R")
options(java.parameters = "-Xmx4g" ); library(xlsx)
sheetFile <- "../originals/natalied-FC_SN678_338-2015-5-12.xls"
......@@ -64,10 +63,8 @@ sheetFile <- "../originals/natalied-FC_SN678_338-2015-5-12.xls"
## first number : biological repliciate
## last number: time
#str_replace_all(x, c("[ad]" = "!", "[cf]" = "?"))
#install.packages("stringr")
renaming_scheme=c("NC" = "no_culture", "NA" = "no_hormone", "ECD"="ecdysone_", "INS"="insulin_", "9"="9h", "4"="4h")
sampleSheet <- read.xlsx2(sheetFile, "Fastqfiles") %>%
select(File, SampleName) %>%
mutate(
......
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