Learn R Programming

MEET (version 5.1.1)

Hread: To read Entropy values

Description

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.

Usage

Hread(training.set.mes.rand,val.set,iicc)

Arguments

training.set.mes.rand
A set of nucleotide sequences
val.set
A candidate sequence
iicc
A set of inicial conditions for the MEET-package

See Also

Hmemory

Examples

Run this code
require("MEET")
require("seqinr")
write.fasta <- get("write.fasta",pos="package:seqinr")
read.fasta <- get("read.fasta",pos="package:seqinr")
data(iicc)
training.set.mes.rand<-iicc$Transcriptionfactor
val.set<-c("A","T","C","C","G","T","A","T","T","A","C","G")
test<-Hread(training.set.mes.rand, val.set, iicc)

Run the code above in your browser using DataLab