Results for "NT"

Wire posts

  • Remove N from a fasta file. Go to vi editor, type :%s/N\{25,\}//g and press enter. #Vim #vi #N #Replace #Fasta

    3670 days ago

  • Pharma internship tips http://www.ploscompbiol.org/article/info%3Adoi%2F10.1371%2Fjournal.pcbi.1003600 #Pharma #Internship #Training

    3676 days ago

  • Remove the blank space from a fasta file. perl -nlwe 'tr/ //d; print if length' fileName #Delete #Space #Fasta #Perl #Oneliner

    3670 days ago

  • Love to ping nucleosome positioning using PING 2.0 http://bioinformatics.oxfordjournals.org/content/29/16/2049.abstract #Nucleosome #Position #Chromosome #R #Package #Bioconductor

    3672 days ago

  • Force install a Perl module sudo PERL_MM_USE_DEFAULT=1 perl -MCPAN -e "CPAN::Shell->force(qw(install Nginx::Log::Entry))" #Perl #Install #Force #CPAN #Module

    3671 days ago

  • Sheep genome decoded!! http://www.sciencemag.org/content/344/6188/1168.abstract #Omics #Seq

    3670 days ago

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

    3666 days ago

  • Role of small microRNA in antidepression treatment!! http://www.nature.com/nm/journal/vaop/ncurrent/full/nm.3582.html#methods #miRNA #Microarray #qPCR #Human

    3667 days ago

  • Patent-free Research!!http://www.nature.com/nm/journal/v20/n6/full/nm0614-564.html #OpenSource #Research

    3667 days ago

  • Nearest Neighbors!! http://www.science20.com/a_quantum_diaries_survivor/nearest_neighbors_an_algorithm_you_know-137796 #KNN #Algo

    3665 days ago