Description Usage Arguments Details
View source: R/build_genbank_df.R
build_genbank_df
1 | build_genbank_df(accession_file_name)
|
accession_file_name |
user provided file name which lists accession numbers. Should be a .csv or .txt file without a header. |
This function extracts and collates details of all available genes (as well as the species scientific name) for each accession given.
Function designed to construct a raw reference data frame of all sequence
information available for each of the accession numbers given. Uses functions
load_accession_list
, get_sample_details
, and
get_gene_details
to extract information from NCBI website. Output will
need downstream processing to remove duplicated pieces of information and to
clarify any nomlenclature issues for example.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.