Results for "multiple fasta"

Blogs

Bookmarks

Files

Pages

Top-level pages

  • Bioinformatics Definitions

    ...; cannot take into account proteins that have multiple functions depending on contex...nservation patters at all sequence positions. Multiple sequence alignments are usefu...exible sequence similarity searching with the FASTA3 program package. Methods Mol...

    3942 days ago

  • Bioinformatics Algorithms

    An algorithm is a computable set of steps to achieve a desired result. We use algorithms every day. For example, a r...e/~amclysag/nwswat.html•http://laguerre.psc.edu/biomed/TUTORIALS/SEQUENCE/MULTI...

    3941 days ago

  • +38 more Top-level pages

Wire posts

  • GenBank to FASTA format conversion, Written By Junguk HUR http://tinyurl.com/ntp7w5v #Perl #FASTA #Genbank

    3862 days ago

  • perl -nle 'if (/^>/) { $sl = 0; print; next } next if ($sl >= 200); $_ = substr($_, 0, 200-$sl) if ($sl + length($_) > 200); $sl += length($_); print;' file.fa >new.fa #Perl #Extract #Fasta

    3616 days ago

  • +94 more Wire posts

News

  • PhylomeDB

    PhylomeDB is a public database for complete collections of gene phylogenies (phylomes). It allows users to...lutionary history of genes through the visualization of phylogenetic trees and multi...

    3913 days ago

  • Atlas of ancient inter-ethnic group !!!

    Now a dayz, almost 3% of the world's population lived outside their country of origin. These migration is...curred between genetically similar groups, and scenarios involving multiple waves of mixing over time or between multi...

    3727 days ago

  • +14 more News

Opportunity posts

ResearchLabs posts

  • Raphael Lab

    Raphael Lab research is focused on Bioinformatics and Computational Biology. Current research interests include ne...mutations in cancer. Earlier research included topics in comparative genomics, multi...

    3222 days ago

  • Chekulaevalab

    Focusing on understanding the molecular mechanisms that regulate mRNA translation, localization and stability and rol...y regulate expression of more than a half of eukaryotic genes, thus, affecting multi...

    3031 days ago

  • +1 more ResearchLabs posts

Video

Bio-Scripts

Groups

  • BOL Virtual Research Group

    BOL Virtual Research Group

    Our research interest falls in the broad field of bioinformatics and, more specifically into Computational Systems an...ental and pathological processes relevant to human health. We collaborate with multi...

    3938 days ago

  • Metabolomics

    Metabolomics

    Metabolomics is the comprehensive and quantitative analysis of multiple metabolites in biological samples.  Metabolome is the complete set of small-molecule metabolites found within a...

    3700 days ago

Tags

  • Download mutliple fasta file from NCBI in one GO!!

    if you have less time, then use three ways mentioned in bookmark link to extract/download all fasta sequences in single click given that you already have a list of GIs or accession IDs . Alternatively, use one liner perl script: perl -ne 'if(/^>(\S+)/){$c=$i{$1}}$c?print:chomp;$i{$_}=1 if @A...

    Tags: fasta, multiple fasta, ncbi, entrez, perl

    3905 days ago

Comments