#1   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 1
Default excel macro

Hi, I need your help

I need to design an excel macro to first locate specific forword and
reverse PCR primer sequences within download sequences, the search for
various 4-base cutter restriction enzyme recognition sequences. Primer
matching is accomplished using an algorithm:HP= (2(A+T)+3(G+C))/L

where A+T is the number of the adenine-thymine pairs in the hybtrid
G+C is the number of guanine-cytosine pairs
L the lengh of the probe

and choosing a position where the HP is 1.8


can you help me?

thank youuuuuuuuuuuuuuuuuuuuuuuuuuu
Anna Maria

  #2   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 115
Default excel macro

Hi Anna,

Don't know if I understand what you want, but;

Row Col A Col B Col C Col D Col E Col F
1 A T G C L HP
2 .1 .3 .2 .6 1.3 (cell F2)

In cell F2 enter the formula =(2*(A2+B2)+3*(C2+D2))/E2

Copy down

To find all rows where HP 1.8

- you can sort
- you can use conditional formatting

Tell us what you want to do.

Ed Ferrero


Hi, I need your help

I need to design an excel macro to first locate specific forword and
reverse PCR primer sequences within download sequences, the search for
various 4-base cutter restriction enzyme recognition sequences. Primer
matching is accomplished using an algorithm:HP= (2(A+T)+3(G+C))/L

where A+T is the number of the adenine-thymine pairs in the hybtrid
G+C is the number of guanine-cytosine pairs
L the lengh of the probe

and choosing a position where the HP is 1.8



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel application.quit in macro problem TimkenSteve New Users to Excel 3 August 17th 06 06:36 PM
How to stop Excel remembering/loading macro from previously opened Workbook Norman Yuan Excel Discussion (Misc queries) 4 June 17th 06 04:13 PM
Macro Help In Excel welshlad Excel Discussion (Misc queries) 14 October 26th 05 02:34 PM
Closing File Error jcliquidtension Excel Discussion (Misc queries) 4 October 20th 05 12:22 PM
passing arguments from an excel macro to a word macro KWE39 Excel Discussion (Misc queries) 1 July 7th 05 03:56 PM


All times are GMT +1. The time now is 12:55 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"