Results for "PE"

Wire posts

  • To #check if a #module #installed or not try perldoc -l XML::Simple

    2896 days ago

  • You can also try perl -MXML::Simple -e 1

    2896 days ago

  • Leading edge analysis reports #Tags to indicate the percentage of #genes contributing to the #enrichment score, http://www.r-bloggers.com/leading-edge-analysis/ #R

    2895 days ago

  • Varient discovary https://github.com/metalhelix/pipette

    2895 days ago

  • Reads QC http://evomicsorg.wpengine.netdna-cdn.com/wp-content/uploads/2015/01/introQC.pdf #Quality #Reads #NGS

    2876 days ago

  • Remove tab with comma in file: perl -lpe 's/\t/,/g' < flattened_line_0.fa.data > output.csv #PerlTrick #PerlO,liner #Perl #Tab #Comma

    2882 days ago

  • Replace space with tab: perl -lpe 's/\s/\t/g' < trf_file.dat > outfile.txt #TRF #Tab #Space #Replace #Perl #PerlTrick #PerlOneliner

    2880 days ago

  • Extract fasta sequence by Ids: perl -ne 'if(/^>(\S+)/){$c=grep{/^$1$/}qw(id1 id2)}print if $c' fasta.file #Perl #PerlOneliner #PerlTrick #Extract #Ids #Fasta

    2838 days ago

  • Bioinformatics openings at #IGIB https://www.igib.res.in/sites/default/files/30082016.pdf #Delhi #India #IGIB

    2868 days ago

  • Extract sequence by using Ids file (assuming one ids in a line): perl -ne 'if(/^>(\S+)/){$c=$i{$1}}$c?print:chomp;$i{$_}=1 if @ARGV' ids.file fasta.file #PerlTricks #PerlOneliner #Perl #Extract #Ids #

    2838 days ago