Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

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

by kcott (Archbishop)
on Mar 27, 2014 at 19:58 UTC ( [id://1079990]=note: print w/replies, xml ) Need Help??


in reply to Re^2: bioperl module to extract specific nucleotides given chromosome and exact location of that nucleotide
in thread bioperl module to extract specific nucleotides given chromosome and exact location of that nucleotide

"I appreciate your response, but I believe that it should be much more simpler than this, check the FINAL OUT portion in the post that I've just added, it explains it much more. Thanks!"

So, two days after you posted your question you decide to tell us the exact output format you want. You then have a problem with my sample output which, in the absence of any other information, I had to guess at.

If you're incapable of modifying

print join(',' => @$row[2,3,4]), "\n\tfound in '$gen_file':\n\t\t", join ', ' => @$row;

which outputs

34787800,A,G found in 'pm_1079751_source1.gen': C1, M4, 34787800, A, G, ... source1 info ...

to code which just outputs the first line of that, i.e.

34787800,A,G

I suggest you read "Perl introduction for beginners".

-- Ken

  • Comment on Re^3: bioperl module to extract specific nucleotides given chromosome and exact location of that nucleotide
  • Select or Download Code

Log In?
Username:
Password:

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

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

    No recent polls found