Results for "Find"

Users

  • Deepak

    About me: ...ith good people bcz in this way i learn new good things from them ..... and loving guy who also seeks divine love from others .... And I also like finding connections in the unexpec...

    3591 days ago

Blogs

Bookmarks

Files

  • Regular Expression Cheat Sheet

    ...e Regular Expression are the sole of Perl language, and for bioinformatician it is just a magical stick to resolve gingatic string data. We did not find any good and user friendly re...

    3944 days ago

  • Linux Cheat Sheet

    In an attempt to find a good Linux reference for bioinformatician and BOL readers, I was unsuccessful at finding a decent one on the Internet. So, we decided to make a cheat sheet for biological programmers.

    3944 days ago

  • +1 more Files

Pages

Top-level pages

  • Bioinformatics Definitions

    ...an annotated protein sequences: establish the correct order of sequence contigs to obtain one continuous sequence; find the tranlation and transcription initiation sites, find promoter sites, define open r...

    3938 days ago

  • Data Mining in Bioinformatics

    ...matician, and data has been dumped in your lap. Find the patterns, trend, answers,...ding. They scour databases for hidden patterns, finding predictive information tha...milar items together. Regression - Attempts to find a function which models the d...

    3937 days ago

  • +22 more Top-level pages

Wire posts

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

    3910 days ago

  • rename all *.txt as *.bak: find . -name "*.txt" | sed "s/\.txt$//" | xargs -i echo mv {}.txt {}.bak | sh #Linux #Rename #Oneliner

    3613 days ago

  • +20 more Wire posts

News

  • Python Education Material

    ...ses to practice Python coding. These materials are used within Google to introduce Python to people who have just a little programming experience. Find more @ https://developer...

    3943 days ago

  • Mom Knows Best

    ...to wash our hands, sterilize kitchen stuff and bla bla. However, recent findings suggest something else. P...problems if bacteria’s colonies are absent in mother womb. Please find the detail sources of microbi...

    3900 days ago

  • +20 more News

Opportunity posts

ResearchLabs posts

Video

Bio-Scripts

Tryst

Tags

  • Perl way to check if an array contains values

    Perl is always is known for their flexibility (There is more than one way to do it). Followings are the quick way to check if a value exist in an array. do_something if 'flour' ~~ @ingredients   # ~~ operand.   BEWARE: it is broken.do_something if grep {$_ eq 'flour'} @ingredients ...

    Tags: Perl, Tricks, Array, Find, Check

    2605 days ago

  • Common methods to discover tandem repeats

    Tandem repeats are DNA sequences that are repeated in a contiguous manner in the genome. These sequences are often used as genetic markers and are important in many areas of genetics and genomics research. Here are some methods for discovering tandem repeats in genomes: T...

    Tags: Tandem, repeats, DNA, sequences, find, methods

    414 days ago

Comments