Results for "Basic"

Tags

  • Perl One liner basics !!

    Perl has a ton of command line switches (see perldoc perlrun), but I'm just going to cover the ones you'll commonly need to debug code. The most important switch is -e, for execute (or maybe "engage" :) ). The -e switch takes a quoted string of Perl code and executes it. For example:$ perl -e 'pr...

    Tags: Bioinformatics, Computational Biology, Education, Study, Script, Perl, Oneliner, Basic

    3253 days ago

  • Basic command-line to run BLAST

      The goal of this tutorial is to run you through a demonstration of the command line, which you may not have seen or used much before. All of the commands below can copy/pasted. Install software Copy and paste the following commands sudo apt-get update && sudo apt-get -y ...

    Tags: Basic, command-line, run, BLAST, blastn, blastp

    2229 days ago

  • BlasR Mapping single molecule sequencing reads using Basic Local Alignment with Successive Refinement (BLASR): Theory and Application,

    BLASR (Basic Local Alignment with Successive Refinement) for mapping Single Molecule Sequencing (SMS) reads that are thousands to tens of thousands of bases long with divergence between the read and genome dominated by insertion and deletion error. Here is how I use the blasr to align PacBio rea...

    Tags: Mapping, single, molecule, sequencing, reads, Basic, Local, Alignment, Successive, Refinement, BLASR

    2158 days ago

  • Understanding your reads and mapping !

    One of the best tutorial for beginners ... https://bioinformatics-core-shared-training.github.io/cruk-summer-school-2017/Day1/Session4-seqIntro.html

    Tags: ngs, learn, seauencing, basic

    1542 days ago