Results for "Protein sequence/structure annotation"

Wire posts

  • Data structure with R http://staff.washington.edu/jon/dsa-perl/dsa-perl.html #R #Data #Structure #Script #Perl

    2587 days ago

  • Beginner’s #guide to #comparative #bacterial genome #analysis using #next-generation sequence data https://microbialinformaticsj.biomedcentral.com/articles/10.1186/2042-5783-3-2

    2515 days ago

  • Rename #non-accepted #nucleotide from sequence to 'N' $ bbmap/reformat.sh in=genome.fa out=genomeOut.fa iupacToN=t

    2501 days ago

  • Reformat you fasta sequence with size. $ seqkit seq -w 50 allGenomeContacted.fa > allGenomeContacted_final.fa #Reformat #Fasta #Size

    2482 days ago

  • 3D-Jury: a simple approach to improve protein structure predictions #Protein #Predict #Structure https://academic.oup.com/bioinformatics/article/19/8/1015/235399

    2378 days ago

  • #Remove a #sequence by id from multifasta: cat vaga.fa | awk '{if (substr($0,1) == ">scaffold_1 1087316 bp") censor=1; else if (substr($0,1,1) == ">") censor=0; if (censor==0) print $0}' > fixed.fasta

    2348 days ago

  • Beginner’s guide to comparative bacterial genome analysis using next-generation sequence data https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3630013/ #Bacteria #NGS #Comparative #Genomics

    2346 days ago

  • get the fasta genes using gff3 and genome.fa sequence: ~/Tools/bedtools2/bin/bedtools getfasta -fi vaga.fa -bed Adineta_vaga.v2.gff3 -fo Adineta_vaga_genes.fa

    2315 days ago

  • Ten steps to get started in #Genome #Assembly and #Annotation https://f1000research.com/articles/7-148/v1

    2266 days ago

  • #Convert #fasta file to uppercase/lowercase, without altering the annotation line $ awk '{ if ($0 !~ />/) {print toupper($0)} else {print $0} }' name.fasta

    2249 days ago