removeSeq | R Documentation |
Removes an amino acid sequence and associated data from all instances within a list of data frames and then recomputes the frequencyCount.
removeSeq(study_table, sequence)
study_table |
A list of data frames imported using the LymphoSeq function readImmunoSeq. "aminoAcid", "count", and "frequencyCount" are required columns. |
sequence |
A character vector of one or more amino acid sequences to remove from the list of data frames. |
Returns a list of data frames like the one imported except all rows with the specified amino acid sequence are removed. The frequencyCount is recalculated.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.