Description Usage Arguments Value Examples
function imports clonotype tables produced by MiXCR aligner.
1 | parseMiXCR(path, chain = c("A", "B"))
|
path |
full path to a file returned by MiXCR |
chain |
TCR chain |
a data.table
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.