Results for "Count"

Blogs

Bookmarks

Files

  • Clean the FASTA file

    Mostly FASTA file contain NNN characters, which can be replace by random A T G C character with this perl script. It also print the FASTA sequence name, N's counts, nucleotide count and percentage details at command prompt/standard output.  

    3859 days ago

Pages

Top-level pages

Wire posts

  • To count the number of matches in a string !!! $str = "one.two.three.four"; $n =()= $str =~ /\./gi; print $n; #Tipsoftheday #Perl

    3873 days ago

  • Count the total number of lines in a file. my $total=@{[<INFILE>]}; #Perl #Count #Number #Total #File

    3610 days ago

  • +11 more Wire posts

Fun

  • BioGeek Fun

    ...ional biology student was told to write "It is in my gene!!!" on the board 100 times as a punishment. here's his response -use warnings;for ($count=1; $count <=100; $count++) { print "...

    3694 days ago

Bio-Scripts

Tags

  • perl -nle '$count += () = /XY[0-9]+/g; END {print $count}' inputfile #Count #Perl #Perloneliner

    Tags: Count, Perl, Perloneliner

    3640 days ago

  • Count the total number of lines in a file. my $total=@{[<INFILE>]}; #Perl #Count #Number #Total #File

    Tags: Perl, Count, Number, Total, File

    3610 days ago

  • +9 more Tags

Comments