Results for "Perl"

Tags

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

    Tags: Perl, Count, Number, Total, File

    3600 days ago

  • 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

    3599 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

    3559 days ago

  • Martin Jones

    Tags: Bioinformatics, NGS, Genomics, Perl, Python

    1758 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

    3542 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

    3506 days ago

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

    Tags: Perl, Array, Sequential

    3498 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

    3498 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

    3497 days ago

  • Reshma Khatun

    Skills: Bioinformatics, Perl, Python, R

    2493 days ago