Description Usage Arguments Author(s) See Also Examples
This function reads entropy values saved in memory. From the entropy values, Hread calculates the variation of the total entropy when the candidate sequence is added to the set.
1 |
training.set.mes.rand |
A set of nucleotide sequences |
val.set |
A candidate sequence |
iicc |
A set of inicial conditions for the MEET-package |
Joan Maynou <joan.maynou@upc.edu>
Hmemory
1 2 3 4 5 6 | require(MEET)
data(TranscriptionFactor)
data(iicc)
training.set.mes.rand<-TranscriptionFactor
val.set<-c("A","T","C","C","G","T","A","T","T","A","C","G")
Resultat<-Hread(training.set.mes.rand, val.set, iicc)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.