> bin/produceGENEplots -h SeqCode_v1.0 User commands produceGENEplots NAME produceGENEplots - a program to produce averaged ChIPseq/ATACseq/RNAseq metaplots along a normalized gene. SYNOPSIS produceGENEplots [-bBfF <Rcolor>][-d][-g][-l <bp>][-s <reads>][-u][-w <bp>][-v][-x prefix][-h] <chrom_info> <refGene.txt> <SAM file> <targetGenes.txt> <name> <length> OUTPUT One folder with 3 files: - Numerical distribution of reads. - R script commands. - Graphical representation (R is required). OPTIONS -b : Background color (default: white). -B : General background color (default: white). -d : Demo mode for small BAM files (min number reads control off). -f : Foreground color (default: black). -F : General foreground color (default: black). -g : Generate one file with the profile values of each gene. -l : Avg. fragment size (default: 150). -s : Number of spike-in reads for reference-adjusted normalization. -u : Generate a uniform plot with Y axis in [0-1]. -w : Window resolution (default: 10). -v : Verbose. Display info messages. -x : Prefix for the output folder. -h : Show this help. SEE ALSO SeqCode homepage: http://ldicrocelab.crg.es GitHub source code: https://github.com/eblancoga/seqcode AUTHORS Written by Enrique Blanco. SeqCode_v1.0 User commands produceGENEplots
> bin/produceGENEplots -v ChromInfo.txt refGene.txt SRR1015741.bam H3K4me3_genes.txt TEST1 5000
> bin/produceGENEplots -v -b black -f darkgoldenrod1 ChromInfo.txt refGene.txt SRR1015741.bam H3K4me3_genes.txt TEST2 5000
> bin/produceGENEplots -v -B black -F darkgoldenrod1 ChromInfo.txt refGene.txt SRR1015741.bam H3K4me3_genes.txt TEST3 5000
> bin/produceGENEplots -v -B black -b black -F darkgoldenrod1 -f darkgoldenrod1 ChromInfo.txt refGene.txt SRR1015741.bam H3K4me3_genes.txt TEST4 5000