Changes between Version 4 and Version 5 of SOPs/Using


Ignore:
Timestamp:
04/08/20 13:00:30 (5 years ago)
Author:
thiruvil
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SOPs/Using

    v4 v5  
    1616
    1717{{{
     18#using transcription start sites (tss)
     19bsub ngs.plot.r -G hg19 -R tss -L 3000 -C config.txt -O ngsplot_tss
     20
     21#using gene body
     22bsub ngs.plot.r -G hg19 -R genebody -L 3000 -C config.txt -O ngsplot_tss
    1823
    1924}}}
    2025
     26ngsplot uses a two-step normalization: i) coverage vectors' length i.e. gene length and ii) library size.
     27[[https://github.com/shenlab-sinai/ngsplot/wiki/HowAreYaxisValsCalculated | ngsplot: How Are Y-axis Vals Calculated]]
    2128
     29