Changes between Version 3 and Version 4 of SOPs/coordinates


Ignore:
Timestamp:
11/04/15 08:24:16 (9 years ago)
Author:
gbell
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SOPs/coordinates

    v3 v4  
    6262}}}
    6363 
    64 === convert bam to bigwig ===
     64=== Convert bam to bigwig ===
    6565{{{
    6666  Step1: convert bam to bedGraph format:
     
    7373}}}
    7474   
    75 === Updating/fixing UCSC GTF file ===
     75=== Update/fix UCSC GTF file ===
    7676
    7777  * GTF files from UCSC Table Browser use RefSeq (NM* ids) for both gene_id and transcript_id which may not be compatible for some programs (eg. counting by genes using HTSeq)
     
    104104    Ex: bed2gff.pl foo.bed WIBR exon > foo.gff
    105105 }}}
     106
     107=== Split bed file by chromosome  ===
     108
     109  * Sometimes it's easier working with only one chromosome of regions at a time
     110  * Output files will be named like "Sample_1.chr1.bed".
     111
     112{{{
     113    awk '{close(f);f=$1}{print > "Sample_1."f".bed"}' Sample_1_all_chrs.bed
     114}}}
    106115   
    107116=== Convert gtf to bed ===
     
    163172
    164173
    165 === create wiggle files for visualizing paired-end data mapping to the + and - strands ===
     174=== Create wiggle files for visualizing paired-end data mapping to the + and - strands ===
    166175
    1671761. split by strand by matched strand