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.

    1633 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

    2137 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

    2805 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...

    2907 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...

    2902 days ago

  • +27 more Bio-Scripts

Tryst

Comments