Description Usage Arguments Details
View source: R/export_sequences.R
export_sequences
1 | export_sequences(data, file_path = getwd())
|
data |
data frame with '$sci_nam', '$sequence', and '$accession_version' column (expected to be 'GB_with_SeqDat', the data frame result of the pipeline so far). |
file_path |
path to newly created .csv file, defaults to working directory |
Function takes data frame with column '$sci_nam' and splits according to species name before exporting sequence data from each species as seperate .fasta files.
Input data frame is split by species (according to '$sci_nam' column). For each species a separate .fasta file is then written out containing the raw sequence data downloaded from each accession.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.