hi all,
I have an assignment were I have to check multiple human dna sequences that look like this
ORIGIN
	the dan starts at origin and ends at // ,
What I have to find are sequences that represent diseases like for example this one :
gcttgtccac atattttatg agacgcagcc
Now this isn't that hard but the problem is that the to be found sequences can be expanded over several lines and i have to be able to return in witch lines they were encountered and at witch position.
thanx in advance
adriaan
					I have an assignment were I have to check multiple human dna sequences that look like this
ORIGIN
Code:
	1 ttgctgcaga cgctcacccc agacactcac tgcaccggag tgagcgcgac catcatgtcc 61 atgctcgtgg tctttctctt gctgtggggt gtcacctggg gcccagtgac agaagcagcc 121 atattttatg agacgcagcc cagcctgtgg gcagagtccg aatcactgct gaaacccttg 181 gccaatgtga cgctgacgtg ccaggcccac ctggagactc cagacttcca gctgttcaag 241 aatggggtgg cccaggagcc tgtgcacctt gactcacctg ccatcaagca ccagttcctg 301 ctgacgggtg acacccaggg ccgctaccgc tgccgctcgg gcttgtccac aggatggacc //
What I have to find are sequences that represent diseases like for example this one :
gcttgtccac atattttatg agacgcagcc
Now this isn't that hard but the problem is that the to be found sequences can be expanded over several lines and i have to be able to return in witch lines they were encountered and at witch position.
thanx in advance
adriaan
Comment