Skip to content

Latest commit

 

History

History
48 lines (21 loc) · 768 Bytes

README.md

File metadata and controls

48 lines (21 loc) · 768 Bytes
  1. use pyGTF.py as script to Convert of Gene annotation format

Usage: python pyGTF.py --input --infmt --output --outfmt

  • gtf2bed

    gtf2bed

  • refseq_gff2genePred

    refseq_gff2genePred

  • genePred2gtf

    genePred2gtf

  1. use pyGTF.py as script to Extract Feature sequence

    Usage: python pyGTF --input --infmt --Genome --Feature --Sequence

    • Extract coding sequence

    • Extract untranslated region sequence

  2. use pyGTF.py as module

    • GTF_Reader

    • safe mode of GTF_Reader

    • Fasta_Reader