write_density_primers | R Documentation |
Write out a set of primers for testing.
write_density_primers(
density_primers,
prefix = "pf",
column = "fwd_primer",
fasta = "forward_primers.fasta"
)
density_primers |
List containing a series of putative sequencing/PCR primers. |
prefix |
Sequence name prefix, 'pf' meaning 'primer forward'. |
column |
Column from the dataframe of putative primers. |
fasta |
Output filename. |
DNAStringSet of the primers with side effect of written fasta file.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.