View source: R/designGroupSpecificPrimers.R
Design group-specific primers
1 2 3 4 5 6 | designGroupSpecificPrimers(
fasta,
groups,
dbConn,
identifier = "GroupSpecIdentifier"
)
|
fasta |
A connection object or a character string specifying the file path to the file containing the sequences, an XStringSet object if type is XStringSet, or a QualityScaledXStringSet object if type is QualityScaledXStringSet. Files compressed with gzip, bzip2, xz, or lzma compression are automatically detected and decompressed during import. Full URL paths (e.g., "http://" or "ftp://") to uncompressed text files or gzip compressed text files can also be used. |
groups |
Data frame containing information to be added to the dbFile. |
dbConn |
A SQLite connection object or a character string specifying the path to the database file. |
identifier |
Character string used to narrow the search results to those matching a specific identifier. Determines the target group(s) for which primers will be designed. If "" then all identifiers are selected. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.