aas_to_df | R Documentation |
Convert AAString class to dataframe
aas_to_df(aas)
aas |
AAString class object. |
Returns data in data frame.
input_fasta <- system.file("extdata/example/fungi_sample.fasta", package = "deepredeff")
input_aas <- Biostrings::readAAStringSet(input_fasta)
input_df <- aasset_to_df(input_aas)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.