GenotypeStandards_A-H.fas {QSutils}R Documentation

Genotype standards of hepatitis B virus

Description

Fasta file with a set of well characterized sequences belonging to each HBV genotype. See the QSutils vignette: vignette("QSutils", package = "QSutils").

Format

Fasta file format. Each sequence starts with the symbol ">" followed by the sequence ID. Subsequent lines correspond to the nucleotide sequences or peptide sequences.

See Also

DBrule

Examples

filepath<-system.file("extdata","GenotypeStandards_A-H.fas", package="QSutils")
lstRefs <- ReadAmplSeqs(filepath,type="DNA")

RefSeqs <- lstRefs$hseq

[Package QSutils version 1.0.0 Index]