Results for "Functional annotation"

Bio-Scripts

  • Downloading GATK !

    ...CF files into a single GVCF with appropriate annotations GenomicsDBImport...evaluate and refine variant calls, e.g. with annotations not offered by the engine...(BETA Tool) Functional Annotator GenotypeConcor...

    2066 days ago

  • get GC across the entire CDS !

    #look at GC across the entire CDS. gffread -x - -g | \ seqtk comp - | \ awk -v OFS="\t" '{ print $1, "0", $2, ($4 + $5) / $2 }'

    1384 days ago

  • Install gffread using Conda !

    #GffRead: GFF/GTF utility providing format conversions, filtering, FASTA sequence extra...a.cds.fa #Find more at http://blog.shenwei.me/extract-cds-fastas-from-a-gff-annotation-reference-sequence/

    1194 days ago