powered by
Creates all primer candidates for a group of sequences using a sliding window.
chunker(seq_table, window_size = 20L)
A DataFrame containing a column for sequence ids (Id) and sequences (Seq).
An integer. Set the sliding window width.
A DataFrame containing columns for the sequence ids (Id), indexes (Ix), joined ids and indexes (Id_Ix), and the primer sequences (Seq).
Sliding window to create chunks of DNA sequences
# NOT RUN { test_csv <- system.file("extdata", "test.csv", package = "prider") test_csv <- read.csv(test_csv) chunks <- chunker(test_csv) # }
Run the code above in your browser using DataLab