Changes between Version 5 and Version 6 of SOPs/coordinates


Ignore:
Timestamp:
10/02/18 12:48:44 (6 years ago)
Author:
gbell
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SOPs/coordinates

    v5 v6  
    6363 
    6464=== Convert bam to bigwig ===
     65
     66Method 1: Single-base resolution
    6567{{{
    6668  Step1: convert bam to bedGraph format:
     
    7173    where mm9.size file is tab delimited and structured as follows:
    7274        <chromName><TAB><chromSize>
     75}}}
     76Method 1: Resolution of desired window size (after creating windows across genome)
     77{{{
     78coverageBed -a Human.hg19.1000.500.bed -b Sample_1.sorted.bam | cut -f1-4 > Sample_1.1000.500.coverage.bedgraph
    7379}}}
    7480