inputFilesPath <- system.file("extdata/", package = "sangeranalyseR")
SRfastaFFN <- file.path(inputFilesPath,
"fasta",
"SangerRead",
"Achl_ACHLO006-09_1_F.fa")
fastaReadFName <- "Achl_ACHLO006-09_1_F"
sangerReadFFa <- new("SangerRead",
inputSource = "FASTA",
readFeature = "Forward Read",
readFileName = SRfastaFFN,
fastaReadName = fastaReadFName,
geneticCode = GENETIC_CODE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.