View source: R/kegg_vector_to_df.R
kegg_vector_to_df | R Documentation |
This function seeks to reformat data from KEGGREST into something which is rather easier to use.
kegg_vector_to_df(vector, final_colname = "first", flatten = TRUE)
vector |
Information from KEGGREST |
final_colname |
Column name for the new information |
flatten |
Flatten nested data? |
This could probably benefit from a tidyr-ish revisitation.
A normalized data frame of gene IDs to whatever.
atb
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.