Results for "Script"

Users

  • Jitendra Narayan

    About me: ...s evolution. I (We) develop certain computational pipeline, and algorithms to harness the huge amount of biological data (genomes, epigenomes, transcriptomes, proteomes, etc.) to answ...

    8 days ago

  • BOL

    Skills: Javascript; Database: MySQL; Microarray data Analysis; Comparative Genomics; NGS; Proteomics; Molecular Phylogenetics; Teaching

    2923 days ago

  • +7 more Users

Blogs

  • Installing Perl GD Module

    ...so they might be different on your machine. Then I went back into the CPAN shell and ran$ install GD::GraphThere were a few dependencies which the script fetched and installed for me...

    3937 days ago

  • List of gene ontology software and tools

    ...ne products with terms from the Gene Ontology. http://goat.man.ac.uk/ Script https://github.com/tanghaibao...urated database of human protein-protein, protein-DNA interactions, transcription factors, signaling and met...

    3707 days ago

  • +12 more Blogs

Bookmarks

Files

Pages

Top-level pages

  • BioProgramming

    ...otein sequences. The next step after reading genetic code is writing a script to analyse and explore the hi...programming languages with their packages/libraries, and assist in your scripting work. Navigate the sub-se...

    3945 days ago

  • Most Commonly used Awk by Bioinformatician

    ...f 'stuff | grep | sed | cut...' with a single call to awk. For a simple script, most of the timelag is in lo...or some quick job in the terminal, or build an awk section into a shell script. You can find a lot of online...

    3910 days ago

  • +12 more Top-level pages

Wire posts

  • Bela Tiwari wrote some useful script for bioinformatician, find scripts at http://tinyurl.com/lt5q7rl #PerlScripts #Bioinformatics

    3916 days ago

  • Bioinformatics script collection https://code.google.com/p/biopieces/ #Biopieces #Scripts #Bioinformatics

    3626 days ago

  • +25 more Wire posts

News

  • BLAST nr version 5 database, (nr_v5)

    ...ftp.ncbi.nlm.nih.gov/blast/db/v5/ For BLAST+ there is a cleanup script to help you manage the transition to this smaller database. The script removes unused database volum...

    1715 days ago

  • NCBIBLAST+ 2.14.1 now available

    ...changes they made. They added the cleanup-blastdb-volumes.py script to remove unused BLAST databa...hen downloading data from the NCBI with the update_blastdb.pl script. And fixed a few bugs relate...

    247 days ago

Opportunity posts

Fun

  • The Best Bioinformatics / Computational Biology Quotes

    ...d; call it version 1.0 The glass is neither half-full nor half-empty: it's actually have several genomes. I'm BioGeek. Fedup with LIPS, try God script. Idiot, Go ahead, make my da...

    3718 days ago

  • BioGeek Fun

    ...<=100; $count++) { print "It is in my gene!!!";}I guess, he is gonna to be a real biogeek. Nice try though. Smart kid.   2. In some perl script I found this  . . . . ....

    3699 days ago

Video

Bio-Scripts

Groups

  • Metabolomics

    Metabolomics

    ...374/Brown.pdf http://journals.sfu.ca/rncsb/index.php/csbj/article/view/csbj.201301004/205 Alignment tools for this include: mz-Mine XCMS (R code script), and  Metalign Metabolomics...

    3703 days ago

Tags

  • Perl One liner basics !!

    Perl has a ton of command line switches (see perldoc perlrun), but I'm just going to cover the ones you'll commonly need to debug code. The most important switch is -e, for execute (or maybe "engage" :) ). The -e switch takes a quoted string of Perl code and executes it. For example:$ perl -e 'pr...

    Tags: Bioinformatics, Computational Biology, Education, Study, Script, Perl, Oneliner, Basic

    3267 days ago

  • Reverse Complement Problem Solved with Perl

    Question at http://rosalind.info/problems/1b/ #Find the reverse complement of a DNA string.#Given: A DNA string Pattern.#Return: Pattern, the reverse complement of Pattern.use strict;use warnings;my $string="AAAACCCGGT";my $finalString="";my %hash = (    "C" => "G",   ...

    Tags: Bioinformatics, Computational Biology, Education, Solution, Puzzle, Study, Script, Perl, Reserve, Complementary

    3250 days ago

  • +3 more Tags

Comments