Results for "Perl"

Tags

  • Count the number of occurrence of pattern in a file using Perl. perl -e '$_ = <>; print scalar ( () = m/needle/g ), "\n"' #Perl #Perloneliner #Count #Occurrence

    Tags: Perl, Perloneliner, Count, Occurrence

    3607 days ago

  • To count number of fasta entries, I use: grep -c '^>' mySequences.fasta #Perl #Count #Number #Fasta #Linux #Grep

    Tags: Perl, Count, Number, Fasta, Linux, Grep

    3567 days ago

  • Is there any quick way to replace an existing substring with a new substring in a string?

    I am currently using a s/// regex like this: $str =~ s/$find/$replace/g; Looking for some other quicker way for the same. Thanks

    Tags: Perl, String, Replace, Substring, Quick

    3549 days ago

  • Chromosome Visualization Tool: A Whole Genome Viewer http://www.hindawi.com/journals/ijpg/2011/373875/ #Chromosome #Visualize #Plot #Perl

    Tags: Chromosome, Visualize, Plot, Perl

    3514 days ago

  • Sequential number arrays @arrayVal = (1 .. 10); #Perl #Array #Sequential

    Tags: Perl, Array, Sequential

    3506 days ago

  • Smart comment module in perl http://search.cpan.org/~dconway/Smart-Comments-1.000005/lib/Smart/Comments.pm #Perl #Comments #Smart #ProgressBar

    Tags: Perl, Comments, Smart, ProgressBar

    3505 days ago

  • Search a PATTERN in a file and print the line. perl -ne '/PATTERN/ && print' fileName #Perl #Pattern #Print #Search #Line

    Tags: Perl, Pattern, Print, Search, Line

    3504 days ago

  • A perl tool to conveniently parse RepeatMasker output files http://www.mobilednajournal.com/content/5/1/13 #Perl #Repeat #Transposable #NGS #Genome #TEs #Mobile

    Tags: Perl, Repeat, Transposable, NGS, Genome, TEs, Mobile

    3492 days ago

  • FeatureStack: Perl module for comparative visualization of gene features http://bioinformatics.oxfordjournals.org/content/28/23/3137.long #Perl #Module #Visualization #Gene

    Tags: Perl, Module, Visualization, Gene

    3485 days ago

  • irishgrid: Irish Grid Mapping System

    Perl module for creating geographic 10km-square maps using either SVG or PNG (with GD library) output format. Originally design to map the location of objects in a 10 km map IrishGrid includes: native support of the Irish Grid System (see http://www.osi.ie/) optimize for speed (there's as le...

    Tags: Bioinformatics, Computational Biology, Perl, Module, Map, Grid, Isris

    3409 days ago