Learn R Programming

bayess (version 1.6)

Dnadataset: DNA sequence of an HIV genome

Description

Dnadataset is a base sequence corresponding to a complete HIV (which stands for Human Immunodeficiency Virus) genome where A, C, G, and T have been recoded as 1,2,3,4. It is modelled as a hidden Markov chain and is used in Chapter 7.

Usage

data(Dnadataset)

Arguments

Format

A data frame with 9718 rows and two columns, the first one corresponding to the row number and the second one to the amino-acid value coded from 1 to 4.

Examples

Run this code
data(Dnadataset)
summary(Dnadataset)

Run the code above in your browser using DataLab