Program For High Melting Temperature
1
1
Entering edit mode
12.8 years ago
Jalaj Gupta ▴ 10

suppose we have 10000 melting temperature of 10000 bases in the range of 70.0 - 100.0 0c, and average melting temperature is 85.

and suppose melting profile is given like~~ 70.0 71.0 72.0 85.0 87.0 88.0 90.0 95.0 96.0 95.0 92.0 90.0 89.0 87.0 85.0 82.0 81.0 70.0 ...and so on. then we want output like 4--12 and so on. can u suggest c program for this.

melting-temperature • 1.6k views
ADD COMMENT
1
Entering edit mode
12.8 years ago

It sounds like a homework to me.

  • define a structure containing the TM and the name of the sequence
  • put your 10000 records in memory with malloc/realloc
  • sort with qsort
  • for a given Tm, find the first record having a tm [?]= by dichotomy (lower_bound)
ADD COMMENT
4
Entering edit mode

update your question and show us what you've done so far.

ADD REPLY
0
Entering edit mode

sorry can you explain more details a bit? because im just startC programming only..

ADD REPLY

Login before adding your answer.

Traffic: 1808 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