Perl programming sequence
0
0
Entering edit mode
7.0 years ago
titoo • 0

Hello,

I have a set of 156 dna sequences (fasta format).

 - ">123 ATCGATCGATGC
 - ">124 ATCGATCGATGC
 - ">125 ATCGATCGATGC
 - ...........

i want to execute an online application of sequence analysis "WEEDER" ? enter image description here

for each DNA sequence i want to extract all octamer (8 pb) composition. for exemple ">123 ATCGATCGATGC"

  • ATCGATCG
  • TCGATCGA
  • CGATCGAT
  • GATCGATG
  • ATCGATGC

then, for each DNA sequence i want to analyse it in weeder. after obtaining result, i want to atribute the score to the list of motifs composition.(attribution in both strand)

  • ATCGATCG 12.11
  • TCGATCGA 11.33
  • CGATCGAT 12.11
  • GATCGATG 10.35
  • ATCGATGC 0 (when we dont have score attribut a 0)

thank you

ChIP-Seq PERL sequence Galaxy • 1.8k views
ADD COMMENT
3
Entering edit mode
ADD REPLY
0
Entering edit mode

i ask if can i do a perl programme to do this ? because i have 195 sequences i can't repeat it 195. thank you

ADD REPLY
2
Entering edit mode

i ask if can i do a perl programme to do this

yes, you can, and we'll be happy to help you once you show us what you've started coding.

ADD REPLY
0
Entering edit mode

Better question to ask would have been "is it possible to write a local program (or is one readily available) to do what WEEDER is doing online"?

I assume perl part of the question is a red herring since if you were able to program in Perl you would not have asked this question in the first place.

ADD REPLY

Login before adding your answer.

Traffic: 2378 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6