Fellow Biostars
I have a question about what I am doing. Keep in mind I am not asking for a script it is more of a conceptual question as I have downloaded bioperl just now and am attempting to use it. I am providing the steps I am taking and asking whether or not I am able to accomplish this through using BioPerl.
From the table, Table 1: Sequence Object Methods, from the Bioperl page, I can see that using $string = $seq_obj->subseq(x,y)
can retrieve a sequence based on one set location running from x to y. This could be modified to retrieve multiple sequences if I place the coordinate locations that are assigned to a name in a separate file.
Such as say the file looks like
name1 15 20
name2 35 50
I'll have those values be transferred to x and y accordingly and looped through so I get the corresponding sequences from the genome and the name that accompanies the particular sequence.
I can accomplish this through using Bioperl's $string = $seq_obj->subseq(x,y)
if I code everything else accordingly correct?
Hello ggman!
We believe that this post does not fit the main topic of this site.
It's been answered.
For this reason we have closed your question. This allows us to keep the site focused on the topics that the community can help with.
If you disagree please tell us why in a reply below, we'll be happy to talk about it.
Cheers!