This function compute the isoelectric point of sequences contained into dataframe using the Iterative method. At lest, a column named "sequence" is expected. It return a dataframe with predicted pI value binded.
1 | pIIterativeMultipleSequences(sequences = df, pkSetMethod = "solomon")
|
df |
The dataframe with sequences |
pKSetMethod |
The pK set method |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.