Description Format See Also Examples
Fasta file with a set of well characterized sequences belonging to each
HBV genotype. See the QSutils vignette:
vignette("QSutils", package = "QSutils")
.
Fasta file format. Each sequence starts with the symbol ">" followed by the sequence ID. Subsequent lines correspond to the nucleotide sequences or peptide sequences.
1 2 3 4 | filepath<-system.file("extdata","GenotypeStandards_A-H.fas", package="QSutils")
lstRefs <- ReadAmplSeqs(filepath,type="DNA")
RefSeqs <- lstRefs$hseq
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.