View source: R/extract_from_hmmer.R
extract_from_hmmer | R Documentation |
Split a column composed of nested lists into multiple columns.
extract_from_hmmer(data, column = "hits.domains")
data |
Dataframe whose column is going to be splitted. |
column |
Column to split. |
A DataFrame with columns column
splitted into
several columns.
data(phmmer_2abl) extract_from_hmmer( data = phmmer_2abl, column = "hits.domains" )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.