Unknown-Genotype.fna | R Documentation |
Fasta file with hepatitis B virus sequences of unknown genotype. This is used
to illustrate the genotyping of HBV sequences with the QSutils
package.
Fasta file format. Each sequence starts with the symbol ">" followed by the sequence ID. Subsequent lines correspond to the nucleotide sequences or peptide sequences.
DBrule
filepath<-system.file("extdata","Unknown-Genotype.fna", package="QSutils")
lst2Geno <- ReadAmplSeqs(filepath,type="DNA")
hseq <- lst2Geno$hseq[1]
hseq
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.