# HG changeset patch
# User petr-novak
# Date 1575276328 18000
# Node ID f224513123a166dfe3b033db70775db7026c7738
# Parent 378565f5a875202b64d90741527be1d45334fd97
Uploaded
diff -r 378565f5a875 -r f224513123a1 ChipSeqRatioAnalysis.R
--- a/ChipSeqRatioAnalysis.R Fri Nov 22 07:56:48 2019 -0500
+++ b/ChipSeqRatioAnalysis.R Mon Dec 02 03:45:28 2019 -0500
@@ -53,7 +53,7 @@
png(pngfile, width = 1000, height = 1200, pointsize=20)
par(mfrow=c(2,1))
lims=range(df$"Normalized ratio Chip/Input"[df$"Normalized ratio Chip/Input">0], finite = TRUE)
-suppressWarnings(plot(df$Cluster,df$"Normalized ratio Chip/Input", log="y", xlab="Cluster Nr.", ylab="Normalized ChiP/Seq ratio", pch=20, ylim=lims))
+suppressWarnings(plot(df$Cluster,df$"Normalized ratio Chip/Input", log="y", xlab="Cluster Nr.", ylab="Normalized ChiP/Input ratio", pch=20, ylim=lims))
abline(h=1,col='#00000080', lwd = 2)
abline(h=2,col='#FF000080', lwd = 2)
@@ -82,5 +82,6 @@
row.names=FALSE, align='left', caption="Clusters with Normalized ChIP/Input ratio > 2", captionalign="top")
}
HTMLEndFile(filename)
-file.rename(from=filename, to=HTMLfile)
+# file.rename(from=filename, to=HTMLfile)
+system(sprintf("cp -r ./%s %s", filename, HTMLfile))
write.table(df, file=input, sep="\t", row.names = FALSE)
diff -r 378565f5a875 -r f224513123a1 ChipSeqRatioDef.xml
--- a/ChipSeqRatioDef.xml Fri Nov 22 07:56:48 2019 -0500
+++ b/ChipSeqRatioDef.xml Mon Dec 02 03:45:28 2019 -0500
@@ -7,6 +7,7 @@
r-base64enc
r-r2html
blast
+
ChipSeqRatioAnalysis.py
@@ -26,7 +27,7 @@
-
+
diff -r 378565f5a875 -r f224513123a1 paired_fastq_filtering.xml
--- a/paired_fastq_filtering.xml Fri Nov 22 07:56:48 2019 -0500
+++ b/paired_fastq_filtering.xml Mon Dec 02 03:45:28 2019 -0500
@@ -1,9 +1,9 @@
-
+
- Preprocessing of paired reads fastq files
+ Preprocessing of paired-end reads fastq files
including trimming, quality filtering, cutadapt filtering and interlacing. Broken
pairs are discarded.
@@ -91,7 +91,7 @@
-
+