Learn R Programming

astsa (version 2.4)

EBV: Entire Epstein-Barr Virus (EBV) Nucleotide Sequence

Description

EBV nucleotide sequence - 172281 bp as a single string

Arguments

Format

The format is: chr "AGAATTCGTCTT ..."

References

You can find demonstrations of astsa capabilities at FUN WITH ASTSA.

The most recent version of the package can be found at https://github.com/nickpoison/astsa/.

In addition, the News and ChangeLog files are at https://github.com/nickpoison/astsa/blob/master/NEWS.md.

The webpages for the texts and some help on using R for time series analysis can be found at https://nickpoison.github.io/.

See Also

dna2vector

Examples

Run this code

substr(EBV, start=1, stop=25)
head(dna2vector(EBV))

Run the code above in your browser using DataLab