Re: Lost in loops
- From: Dimitri Maziuk <dima@xxxxxxxxx>
- Date: Wed, 25 Jan 2006 17:16:14 +0000 (UTC)
annascalise@xxxxxxxxx sez:
> Hi,
>
> I am really stuck with my program that will compare two strings and
> assign scores between pairs of letters.
>
> my sequences are read in ok
>
> seq1 = ATCGTCGTA
> seq2 = TCGTACTAA
>
> a second file formatted as so...
>
> A A 1
> T T 1
> C C 1
> G G 1
>
> is now in a 2D char array
>
> I just cannot think how on earth to get my values out of my array, i
> know if I get past this milestone I will be fine (I do not have much
> java experience or knowledge at my disposal - in fact it all i can do
> to understand the code I have wrote)
Heh. I'd suggest you read about FASTA, BLAST, and NLP algorithms
first.
Dima
--
We're sysadmins. Sanity happens to other people. -- Chris King
.
- Follow-Ups:
- Re: Lost in loops
- From: Oliver Wong
- Re: Lost in loops
- References:
- Lost in loops
- From: annascalise
- Lost in loops
- Prev by Date: Re: https server
- Next by Date: Re: https server
- Previous by thread: Re: Lost in loops
- Next by thread: Re: Lost in loops
- Index(es):
Relevant Pages
|