R/get_genbank_table.R
get_genbank_table.Rd
Extract GenBank accession number from correspondence table formatted with the same requirements for concatipede()
get_genbank_table(
df = NULL,
filename = NULL,
writetable = FALSE,
out = "",
excel.sheet = 1
)
The user-defined correspondence table, as a data frame or equivalent. This is used only if no filename
argument is provided.
Filename of input correspondence table. Alternatively, if no filename is provided, the user can provide their own correspondence table as the df
argument.
if TRUE save the Genbank table as excel file in the working directory
if writetable == T, the name to be attached to the excel filename
specify what sheet from the excel spreadsheet you wanna read. Either a string (the name of a sheet), or an integer (the position of the sheet).
Table with GenBank accession numbers