parseRTCR: parse rTCR tables

Description Usage Arguments Value Examples

Description

function imports clonotype tables produced by rTCR aligner.

Usage

1
parseRTCR(path)

Arguments

path

full path to a file returned by rTCR

Value

a data.table

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
## Not run: 
# The package RepSeqData contains example datasets 
l <- list.files(system.file(file.path('extdata/rtcr'), 
                 package = 'RepSeqData'), 
                 full.names = TRUE)
l
# first element of the vector
path <- l[1]
dataset <- parseRTCR(path, chain = "B")
dataset

## End(Not run)

ph-pham/RepSeq documentation built on Dec. 22, 2021, 7:47 a.m.