Results for "C"

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

    3667 days ago

  • The genomics blogs http://genomics-array.blogspot.in/ #Genomics #Blog #Scripts #Tricks

    3673 days ago

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

    3673 days ago

  • Learn from the best http://www.ploscompbiol.org/article/info%3Adoi%2F10.1371%2Fjournal.pcbi.1003645 #Help #Tips #Suggestions #Bioinfo

    3673 days ago

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

    3667 days ago

  • List of bioinformatics companies worldwide http://grouthbio.com/Genome_Software_Service.php #Companies #Worldwide #Bioinformatics #List #Name

    3673 days ago

  • Bacterial genome assembly tips using Valvet http://pathogenomics.bham.ac.uk/blog/2009/09/tips-for-de-novo-bacterial-genome-assembly/ #Assembly #NGS #Bacteria #Genome #Tricks #Tips #Velvet

    3673 days ago

  • Useful R resources @ http://www.stat.wisc.edu/network-skills/learnR #R #Stats #Learn #Tutorial #Material #Learn #Course

    3673 days ago

  • Load the ShortRead and BiocParallel packages for NGS data analysis in R #bioconductor #R #qualitycheck

    3672 days ago

  • Creates 100 random DNA sequences with 20 residues. sapply(1:100, function(x) paste(sample(c("A","T","G","C"), 20, replace=T), collapse="")) #R #Random #Sequence #DNA #Script

    3671 days ago