awk -v p="/data/images/proton/run327" -f ../../link-bam-files-to-sample-ids1.awk ../samples2.txt > make-links.sh awk -v p="/data/images/proton/run327" -f /data/images/proton/make-metaseqr-targets1.awk ../samples2.txt > targets1.txt awk -f /data/images/proton/make-stranded-sampled-mm10-tracks1.awk reads.txt2 > make-stranded-sampled-mm10-tracks2.sh require(metaseqR) the.path <- "/data/images/proton/run327/www/" the.contrasts.1 <- c( "wtB_vs_3343", "wtA_vs_3312", "3308_vs_3343", "3308_vs_3312" ) metaseqr( sample.list=file.path(the.path,"targets1.txt"), contrast=the.contrasts.1, annotation="download", org="mm10", count.type="utr", normalization="deseq", statistics="deseq", fig.format=c("png","pdf"), export.where=file.path(the.path,"metaseqr2"), restrict.cores=0.5, qc.plots=c( "mds","biodetection","countsbio","saturation","readnoise","filtered", "correl","pairwise","boxplot","gcbias","lengthbias","meandiff", "meanvar","biodist","volcano","deheatmap" ), exon.filters=NULL, gene.filters=list( length=list( length=500 ), avg.reads=list( average.per.bp=100, quantile=0.25 ), expression=list( median=TRUE, mean=FALSE, quantile=NA, known=NA, custom=NA ), biotype=get.defaults("biotype.filter","mm10") ), pcut=0.05, export.what=c("annotation","p.value","adj.p.value","fold.change", "counts","flags"), export.scale=c("log2","rpgm"), export.values="normalized", export.counts.table=TRUE, report.top=0.05 )