Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

A healthy taste of resources available, specifically for this course - not a comprehensive catalog.

...

...

Fastq analysis/manipulation/QC

...

  • Comparison of different aligners
    • by Heng Li, developer of BWA, samtools, and many other
  • File formats
    • input: fastq format
    • output: the SAM (Sequence Alignment Map) format specification (SAM1.pdf)
  • Aligners
  • The BioITeam has some TACC-aware alignment scripts you might find useful:
    • bwa alignment
      • /work/projects/BioITeam/common/script/align_bwa_illumina.sh
    • bowtie2 alignment
      • /work/projects/BioITeam/common/script/align_bowtie2_illumina.sh
    • merging sorted BAM files (read-group aware)
      • /work/projects/BioITeam/common/script/merge_sorted_bams.sh
    • email or come talk to me if you have questions or problems

...

File formats and conversion

...

Genome Annotation

  • DAVID – DAVID https://david.ncifcrf.gov/
    • functional annotation from user-supplied gene lists
  • GREAT http://bejerano.stanford.edu/great/public/html/
    • analysis tool that takes bed files as input and outputs enriched genes, GO-terms, motifs, etc.
        for
        • human, mouse, zebrafish
    • MEME-suite – http://meme-suite.org/
      • a motif identification and discovery tool.  Works with most species.
      • takes fasta files as input, so
        • filter your bam/bed files to get the regions of interest
        ,
        • then convert
        over
        • to fasta using bedtools bamtofastq
        in bedtools
        • .