View source: R/calculateIndividualAAComposition2df.R
calculateIndividualAAComposition2df | R Documentation |
calculates proteins aa compositions and returns the results as a data frame.
calculateIndividualAAComposition2df(proteins, proteins_subset = NULL)
proteins |
a data frame loaded with the readProteinsFasta2df function |
proteins_subset |
an array of protein names to subset from the dataset provided as the proteins parameter (default = NULL) |
a datat_frame composed of the protName as first column and the composition of each AA in the next columns
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.