Changes between Version 8 and Version 9 of SOPs/Using
- Timestamp:
- 10/28/25 15:54:00 (12 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SOPs/Using
v8 v9 7 7 8 8 {{{ 9 bsub ngs.plot.r -G hg19 -R bed -L 3000 -C config.txt -O Peak_Summits 9 sbatch --partition=20 --job-name=ngsplot --mem=16G --wrap "ngs.plot.r -G hg19 -R bed -L 3000 -C config.txt -O Peak_Summits" 10 10 11 11 using this example of the tab delimited config.txt file: … … 20 20 {{{ 21 21 # Using transcription start sites (tss) as the features of interest 22 bsub ngs.plot.r -G hg19 -R tss -L 3000 -C config.txt -O ngsplot_tss 22 sbatch --partition=20 --job-name=ngsplot --mem=16G --wrap "ngs.plot.r -G hg19 -R tss -L 3000 -C config.txt -O ngsplot_tss" 23 23 24 24 # Using gene bodies as the features of interest 25 bsub ngs.plot.r -G hg19 -R genebody -L 3000 -C config.txt -O ngsplot_tss 25 sbatch --partition=20 --job-name=ngsplot --mem=16G --wrap "ngs.plot.r -G hg19 -R genebody -L 3000 -C config.txt -O ngsplot_tss" 26 26 # Note: ngsplot genebody does not include introns when specifying -R genebody 27 27 }}}
