calculateCounts: Calculate k-mer counts

View source: R/countKmer.R

calculateCountsR Documentation

Calculate k-mer counts

Description

Calculate k-mer counts

Usage

calculateCounts(study_table, k)

Arguments

study_table

A tibble consisting of antigen receptor sequencing imported by the LymphoSeq2 function readImmunoSeq(). "repertoire_id" and "junction" are required columns.

k

The length of k-mers to find.


shashidhar22/LymphoSeq2 documentation built on Jan. 16, 2024, 4:29 a.m.