aasset_to_df | R Documentation |
Convert AAStringset class to dataframe
aasset_to_df(aas)
aas |
AAStringset class object. |
Returns data in data frame.
input <- "MSHMTFNTWKAGLWRLAAAAVLSLLPVVARAAVPGITGPTFDLTAQPGRANQPDGASVYSWGYGCNPRTVPGFLPSVNPLAGQ"
input_aas <- Biostrings::AAString(input)
input_df <- aas_to_df(input_aas)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.