# HG changeset patch # User davidecangelosi # Date 1559124835 14400 # Node ID 822dc9b96b3ee827ba59713e02f4a1ff7a84e805 # Parent 1e3113e565db31019e29ef8a5cc444a7d84a8fb8 planemo upload for repository https://github.com/igg-molecular-biology-lab/pipe-t.git commit 0632aecba2d189f11add8f4b7e1ce6bca2c564a0 diff -r 1e3113e565db -r 822dc9b96b3e pipe-t.R --- a/pipe-t.R Wed May 29 05:58:58 2019 -0400 +++ b/pipe-t.R Wed May 29 06:13:55 2019 -0400 @@ -570,7 +570,7 @@ res = 300, # 300 pixels per inch pointsize = 8) - plotCtBoxes(xFilter, ylim=c(min(exprs(xFilter), na.rm = TRUE),max(exprs(xFilter), na.rm = TRUE)), cex.lab=3, cex.axis = 2,stratify=NULL, xlab = "Samples", ylab="Ct", mar = c(8,8,8,8), names=as.character(seq(1, ncol(xFilter), 1))) # smaller font size + plotCtBoxes(xFilter, ylim=c(dcCtmin,dcCtmax), cex.lab=3, cex.axis = 2,stratify=NULL, xlab = "Samples", ylab="Ct", mar = c(8,8,8,8), names=as.character(seq(1, ncol(xFilter), 1))) # smaller font size dev.off() #write.table(exprs(xFilter), file=x, quote=FALSE, row.names=TRUE, col.names=TRUE,sep = "\t")