You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 38 Next »

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

Linux

Community Resources

Sequencing Technologies

Fastq analysis/manipulation

Alignment and aligners

  • Comparison of different aligners
  • File formats
    • input: fastq format
    • output: the SAM (Sequence Alignment Map) format specification (pdf)
  • Aligners
  • Anna has some TACC-aware alignment scripts you might find useful
    • bwa alignment
      • /work/01063/abattenh/code/script/align/align_bwa_illumina.sh
    • bowtie2 alignment
      • /work/01063/abattenh/code/script/align/align_bowtie2_illumina.sh
    • merging sorted BAM files (read-group aware)
      • /work/01063/abattenh/code/script/align/merge_sorted_bams.sh
    • email or come talk to me if you have questions or problems

Reference genomes

Alignment analysis

File formats and conversion

UCSC Genome Browser

Transcriptome analysis

Variant calling

Genome Annotation

  • GREAT:  an analysis tool that takes bed files as input and outputs enriched genes, GO-terms, motifs, etc.
    • for human, mouse, zebrafish
  • MEME-suite:  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 using bamtofastq in bedtools.

 

 

  • No labels