uniqueSeqs: Unique sequences

Description Usage Arguments Value Examples

View source: R/uniqueSeqs.R

Description

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

Usage

1
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

1
2
3
4
5
6
7
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)

davidcoffey/LymphoSeq documentation built on Dec. 31, 2019, 9:52 p.m.