removeSeq: Remove sequence

View source: R/removeSeq.R

removeSeqR Documentation

Remove sequence

Description

Removes an amino acid sequence and associated data from all instances within a list of data frames and then recomputes the frequencyCount.

Usage

removeSeq(study_table, sequence)

Arguments

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.

Value

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.


elulu3/LymphoSeqTest documentation built on Aug. 27, 2022, 5:47 a.m.