tests/testthat/helper-SangerRead-ABIF-reverse.R

inputFilesPath <- system.file("extdata/", package = "sangeranalyseR")
SRab1RFN <- file.path(inputFilesPath,
                      "Allolobophora_chlorotica",
                      "ACHLO",
                      "Achl_ACHLO006-09_2_R.ab1")
sangerReadR <- new("SangerRead",
                   readFeature           = "Reverse Read",
                   readFileName          = SRab1RFN,
                   geneticCode           = GENETIC_CODE,
                   TrimmingMethod        = "M1",
                   M1TrimmingCutoff      = 0.0001,
                   M2CutoffQualityScore  = NULL,
                   M2SlidingWindowSize   = NULL,
                   baseNumPerRow         = 100,
                   heightPerRow          = 200,
                   signalRatioCutoff     = 0.33,
                   showTrimmed           = TRUE)

Try the sangeranalyseR package in your browser

Any scripts or data that you put into this service are public.

sangeranalyseR documentation built on Nov. 8, 2020, 5:59 p.m.