Results for "fragment size"

Blogs

Bookmarks

Files

  • analyzing codon usage

    perl script analyzing codon usage in an input sequence to evaluate how efficiently it will be expressed in Anopheles gambiae. The input codon usage table derived from highly‐expressed A. gambiae genes is appended below.

    1655 days ago

Discussion topics

Pages

Top-level pages

Wire posts

  • Count the contigs length in index fasta file with samtools. $ awk '{s+=$2}END{print s}' scaffolds.fasta.fai #Fasta #Index #Length #Count #Size #Samtools

    2158 days ago

  • du -sh * will give you the size of all the directories,files etc in current directory in human readable format. #Linux #Size #Tricks #Folders #Files

    2827 days ago

  • +13 more Wire posts

News

Opportunity posts

Bio-Scripts

  • Extract a random sequence from a file

    #!/usr/local/bin/perl -w use strict; use warnings; use...t.txt'; open my $in_fh, '', $outputfile; my $size = 21; my $count =...my @start_points = shuffle(0 .. $len_genome-$size); next unless @start_poin...

    2928 days ago

  • Extract sequence from UCSC

    #!/usr/bin/env perl use strict; use warnings; use LWP::.../6156/ my $chr = shift; my $pos = shift; my $size = shift; my $usage = "Exam...tract_seq_from_ucsc.pl 14 482780 1000\n"; if (! $size) { die "ERROR: You must pas...

    2924 days ago

  • +27 more Bio-Scripts

Tryst

Tags

  • Quick next generation sequencing (NGS) terms definition

    fragment size: the Illumina WGS protocol generates paired-end reads from both ends of longer fragments. The lengths of these fragments are assumed to be sampled from a normal distribution. Therefore, in the absence of structural variants, mapping locations of the paired ends span within an i...

    Tags: Quick, NGS, definition, fragment size, concordant reads, discordant reads, split reads, read depth

    2536 days ago

Comments