Description Usage Arguments Value Examples
Does not write the GenBank file. Notes:
Use only sequence_keep = TRUE for simple gene sequences, else it may crash
Use acc_step = 1 if several accession numbers point to the same accession number (case of metagenomes). In this case the queries are sent one by one and the old accession number is kept.
1 2 3 4 5 6 | genbank_parse_rentrez_xml(
accession,
acc_step = 50,
seq_length_max = 15000,
seq_length_discard = 3e+05
)
|
accession |
Character vector of accession numbers |
acc_step |
Integer, number of accession numbers for each query. |
seq_length_max, |
maximum length of sequences returned (set to zero to prevent returning sequence) |
seq_length_discard, |
if the sequence length is longer than this value, no information is returned. |
Data frame with the metadata information.
1 | gb_metadata <- genbank_parse_rentrez_xml(accession = c("JX015376", "JQ768406", "LT621940"), seq_length_max = 15000)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.