parseMiXCR: parse MiXCR tables

Description Usage Arguments Value Examples

Description

function imports clonotype tables produced by MiXCR aligner.

Usage

1
parseMiXCR(path, chain = c("A", "B"))

Arguments

path

full path to a file returned by MiXCR

chain

TCR chain A or [codeB to extract. Default value is A.

Value

a data.table

Examples

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

## End(Not run)

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