View source: R/extractEMBOSS_tsv.R
extractEMBOSS_tsv | R Documentation |
A function to convert EMBOSS raw tsv output into a nice & tidy DataFrame and extract sequences.
extractEMBOSS_tsv(table_raw, colname, names = "SeqName")
table_raw |
EMBOSS output tsv |
colname |
A string with the new variable name (usually the name of the program) |
names |
A string with the name of the col containing the SeqName |
It returns a DataFrame containing the results in a 'tidy' format.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.