Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: bioperl module to extract specific nucleotides given chromosome and exact location of that nucleotide

by kcott (Archbishop)
on Mar 26, 2014 at 07:52 UTC ( [id://1079786]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl -l
    
    ...
        }
        close $gen_fh;
    }
    
  2. or download this
    $ cat pm_1079751_reference.csv
    34787638,A,C
    34787800,A,G
    
  3. or download this
    $ cat pm_1079751_source1.gen 
    C1, M1, 99999999, A, C, ... source1 info ...
    C1, M2, 34787638, A, G, ... source1 info ...
    C1, M3, 34787800, A, C, ... source1 info ...
    C1, M4, 34787800, A, G, ... source1 info ...
    
  4. or download this
    $ cat pm_1079751_source2.gen 
    C1, M1, 99999999, A, C, ... source2 info ...
    C1, M2, 34787638, A, G, ... source2 info ...
    C1, M4, 34787800, A, G, ... source2 info ...
    C1, M3, 34787638, A, C, ... source2 info ...
    
  5. or download this
    34787800,A,G
        found in 'pm_1079751_source1.gen':
    ...
    34787638,A,C
        found in 'pm_1079751_source2.gen':
            C1, M3, 34787638, A, C, ... source2 info ...
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1079786]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (3)
As of 2024-04-25 19:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found