Changes between Version 7 and Version 8 of SOPs/Using
- Timestamp:
- 04/28/22 15:33:42 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SOPs/Using
v7 v8 2 2 3 3 [[https://github.com/shenlab-sinai/ngsplot/wiki | ngsplot]] is a great tool to make heatmaps and profiles of mapped reads (i.e. bam files of RNA-seq, ChIP-seq etc) across genes, transcription starts sites or other regions of interest. 4 The regions used can be genes included on the ngsplot annotation or custom regions included on a bed file. 4 The regions used can be genes included on the ngsplot annotation or custom regions included on a bed file. 5 5 6 6 * Here is an example of a ngsplot command using custom regions 7 7 8 {{{ 8 9 bsub ngs.plot.r -G hg19 -R bed -L 3000 -C config.txt -O Peak_Summits … … 14 15 Pol2.sorted.bam peaks.SUMMIT.bed "Pol2" 15 16 }}} 17 16 18 * Here is an example of a ngsplot command using gene annotations within the ngsplot package 17 19 … … 31 33 See [[https://github.com/shenlab-sinai/ngsplot/wiki/HowAreYaxisValsCalculated | ngsplot: how the Y-axis values are calculated]]. 32 34 33