View source: R/RMiXCR_runners.R
RunMiXCR | R Documentation |
RunMiXCR
## Not run:
fasta.file <- "/home/mysubjects/subject1.R1.fastq"
RunMiXCR(sbj=fasta.file,
species="hsa", #human
assemblePartial=FALSE,
extendedAlignments=FALSE,
nThreads = 6L #six cores
)
## End(Not run)
sbj |
(character) The full path name of the sbj.R1.fastq file (the paired read file should be named as sbj.R2.fastq) |
species |
any of "hsa","mmu" (human - mouse) |
assemblePartial |
(logical, default FALSE) if partial read should be assembled (Perform two rounds of contig assembly) |
extendedAlignments |
(logical, default TRUE) if TCR extension alignment should be performed (in case of incomplete TCR alignments) |
nThreads |
(integer) number of cores |
a list with clones, vmin, vdetails.clones, TRA.clones,TRB.clones,TRG.clones,TRD.clones data frames it also save an Excel file as full.path.sbj.alignments.vdjca.xlsx
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.