View source: R/RMiXCR_runners.R
RunMiXCRseqAlignment | R Documentation |
This function aligns raw sequencing reads to reference V, D, J and C genes of T- and B- cell receptors.
RunMiXCRseqAlignment(sbj, species = c("hsa","mmu","rat"), extendedAlignments=FALSE, nThreads = 4L)
sbj |
full path to the subject.R1.fastq sample file. The paired read should be named subject.R2.fastq |
species |
any of "hsa","mmu", "rat" (human - mouse, rat) |
extendedAlignments |
(logical, default TRUE) if TCR extension alignment should be performed (in case of incomplete TCR alignments) |
nThreads |
(integer) number of cores (default 4, since it is suggested as the optimum value) |
It will generate file named "subject.R1.fastq.alignments.vdjca"
the full path to this file is returned to be used as input to RunMiXCRseqClones
/dontrun{
subj.file <- "/home/.../subject.R1.fastq"
out.vdja.file <- RunMiXCR(sbj = subj.file)
print(out.vdja.file)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.