Results for "Genetic Code"

Bookmarks

  • RNA-Seq De novo Assembly Using Trinity

    Trinity, developed at the Broad Institute and the Hebrew University of Jerusalem, represents a novel method for the efficient and robust de novo reconstruction of tran...

    2966 days ago

  • Picard

    Picard is a set of command line tools for manipulating high-throughput sequencing (HTS...information on this page is targeted at end-users. For developers, the source code, building instructions and im...

    2929 days ago

  • SCALCE

    SCALCE (/skeɪlz/, a.k.a. boosting Sequence Compression Algorithms using Locally ConsistentEncoding) is a tool for compressing FASTQ files. It...

    2943 days ago

  • Trimmomatic: A flexible read trimming tool for Illumina NGS data

    Paired End: java -jar trimmomatic-0.35.jar PE -phred33 input_forward.fq.gz input_reverse.fq.gz output_forward_paired.fq.gz output_forward_unpaired.fq.gz output_revers...

    2943 days ago

  • Venn Diagrams on R Studio

    First step: Install & load “VennDiagram” package. # install.packages('VennDiagram') library(VennDiagram) Second step: Load data Add filepath if “catdoge.csv” is not in working-directory. d <- read.csv("catdoge.csv")

    2932 days ago

  • YASS :: genomic similarity search tool

    YASS is a genomic similarity search tool, for nucleic (DNA/RNA) sequences in fasta or plain text format (it produces local pairwise alignments). Like most of the heuri...

    2926 days ago

  • Painless package development for R

    Devtools makes package development a breeze: it works with R’s existing conventions for code structure, adding efficient t...enever you’re writing a significant amount of code. Before you get started be s...

    2925 days ago

  • Andi

    This is the andi program for estimating the evolutionary distance between closely related genomes. These distances can be used to rapidly infer phylogenies for big set...

    2915 days ago

  • SATSUMA : Highly sensitive whole-genome synteny alignments.

    Satsuma is a whole-genome synteny alignment program. It takes two genomes, computes al...wo days on 24 CPUs. You can find the manual here. Download the latest source code from here. Stable versions ca...

    2915 days ago

  • CovCal: Coverage / Read Count Calculator

    Coverage / Read Count Calculator Calculate how much sequencing you need to hit a targ...ead length (bp), G = Haploid genome size (bp), and N = Number of reads. Source code on GitHub.

    2167 days ago