Making Custom Database and Sequence Alignment using NCBI BLAST+

Поділитися
Вставка
  • Опубліковано 16 гру 2024
  • A simple video tutorial to construct a custom protein/nucleotide database, sequence retrieval, and pairwise sequence alignment using NCBI BLAST+.
    Download latest BLAST+ - ftp.ncbi.nlm.n...
    Creating BLAST Protein Database
    ===========================
    ./makeblastdb -in DB.fasta -out DB -dbtype prot -parse_seqids
    Displaying List of Records in the Database
    ==================================
    ./blastdbcmd -db DB -entry all -outfmt "OID: %o GI: %g ACC: %a IDENTIFIER: %i"
    Displaying Contents in the Database
    =============================
    ./blastdbcmd -db DB -entry all
    Searching Sequence from the Database
    ================================
    ./blastdbcmd -db DB -entry Sequence1
    Retrieving Sequence from the Database
    ================================
    ./blastdbcmd -db DB -entry Sequence1 -out Sequence1.fasta
    Performing Pairwise Alignment using BLAST+
    =====================================
    echo sequence | ./blastp -db DB
    Saving the BLAST+ Pairwise Alignment Result
    =====================================
    echo sequence | ./blastp -db DB -outfmt 0 -out output.html -html
    Identifiers:-
    BLAST Ordinal Identifiers (BL_ORD_ID)
    General (GNL)
    Local (LCL)
    ---------------------------------------------------------------------------------------
    My Blog: www.biob.in
    Website: www.biogem.org
    My Vlog: / ashokkumarbioit
    UA-cam Handle: / @akbit
    My GitHub: github.com/Ash...
    ---------------------------------------------------------------------------------------
    #BioGem #biogem.org #BioBIN #biob.in #bioinformatics #AKBIT #ncbi #BLAST #NCBI_BLAST
  • Наука та технологія

КОМЕНТАРІ • 26