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