View source: R/create_hmmer_json_dataframe.R
create_hmmer_json_dataframe | R Documentation |
Converts a series of json files downloaded directly from HMMER into a DataFrame.
create_hmmer_json_dataframe(hmmer_json_file, file_label, desc_null = TRUE)
hmmer_json_file |
A character vector with file paths. |
file_label |
A character vector with a label with a label to identify the file they come from. |
desc_null |
A Boolean, TRUE if you want to omit the 'desc' parameter which can cause problems. |
A DataFrame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.