get.all.substrings: Get all substrings for the given sequence.

Description Usage Arguments Value

Description

Get all substrings for the given sequence.

Usage

1
get.all.substrings(.seq, .min.len = 3, .table = T)

Arguments

.seq

Sequence for splitting to substrings.

.min.len

Minimal length of output sequences.

.table

if T then return data frame with substrings and positions of their ends in the .seq.

Value

Character vector or data frame with columns "Substring", "Start" and "End".


imminfo/tcr documentation built on June 13, 2020, 7:01 a.m.