Results for "Protein sequence/structure annotation"

Wire posts

  • Just_Annotate_My_proteins (JAMp) http://jamps.sourceforge.net/ #Protein #Annotate #JAMp

    2641 days ago

  • Interesting plotting https://genomebiology.biomedcentral.com/articles/10.1186/s13059-015-0678-1 #Plot #Structure #Variation #Cotton

    2708 days ago

  • Fasta sequence length: awk '/^>/ {if (seqlen){print seqlen}; print ;seqlen=0;next; } { seqlen += length($0)}END{print seqlen}' file.fa #Length #Linux #OneLiner

    2673 days ago

  • AVID: A Global Alignment Program https://www.ncbi.nlm.nih.gov/pmc/articles/PMC430967/ #AVID #Alignment #Global #Sequence #Genome

    2641 days ago

  • #GECA: a fast tool for #gene #evolution and #conservation analysis in #eukaryotic #protein #families. https://www.ncbi.nlm.nih.gov/pubmed/22467908

    2641 days ago

  • Whole-Genome Sequencing (WGS) PPT http://www.bx.psu.edu/~ratan/Sequence%20Analysis.pdf #PPT #WGS #Ratan

    2635 days ago

  • Steps for #Prokaryotic #genome #assembly and #annotation http://www.edamamecourse.org/docs/metagenome_assembly_and_annotation.html

    2631 days ago

  • Get the fasta sequence of the coordinates http://bedtools.readthedocs.io/en/latest/content/tools/getfasta.html #Fasta #Bed #Coordinates #Bedtools

    2629 days ago

  • #Extract a #sequence from #multi-fasta file: $ perl -ne 'if(/^>(\S+)/){$c=grep{/^$1$/}qw(id1 id2)}print if $c' fasta.file

    2624 days ago

  • #Random #sequence generator with #perloneliner : $ perl -e '$x=int(rand(1000)); printf( "chr1\t%s\t%s", $x, $x + 10)'

    2624 days ago