Learn R Programming

LymphoSeq (version 1.0.2)

uniqueSeqs: Unique sequences

Description

Aggregates all productive sequences within a list of data frames by count.

Usage

uniqueSeqs(productive.aa)

Arguments

productive.aa
A list data frames of of productive amino acid sequences imported using the function LymphoSeq function productiveSeq where the aggregate parameter was set to "aminoAcid".

Value

A data frame of unique amino acid sequences from the list of data frames aggregated by count.

Examples

Run this code
file.path <- system.file("extdata", "TCRB_sequencing", package = "LymphoSeq")

file.list <- readImmunoSeq(path = file.path)

productive.aa <- productiveSeq(file.list = file.list, aggregate = "aminoAcid")

unique.seqs <- uniqueSeqs(productive.aa = productive.aa)

Run the code above in your browser using DataLab