Description Usage Arguments Value Examples
View source: R/basicFunctions.R
function imports clonotype tables produced by ClonotypeR aligner.
1 | parseClonotypeR(path, chain = c("A", "B"))
|
path |
full path to a TSV file returned by ClonotypeR (tab-delimited text file, could be gzipped). |
chain |
TCR chain |
a data.table having 7 columns. lib
name of the repertoire, V
V gene identification, J
J gene identification, CDR3aa
CDR3aa chain, CDR3dna
CDR3 DNA chain, score
mapq quality score, count
clonotype assay. Clonotypes were deleted if CDR3aa chain contains STOP codon (*), CDR3dna length is not divisible by 3 or CDR3dna chain contains base "N".
1 2 3 4 | ## Not run:
dataset <- parseClonotypeR(path, chain="B")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.