trust4 | R Documentation |
TRUST4: immune repertoire reconstruction from bulk and single-cell RNA-seq data
trust4(
file1,
ref_coordinate,
...,
file2 = NULL,
mode = NULL,
ref_annot = NULL,
ofile = NULL,
odir = getwd(),
trust4 = NULL
)
trust4_imgt_annot(
species = "Homo_sapien",
...,
ofile = "IMGT+C.fa",
odir = getwd(),
perl = NULL
)
trust4_gene_names(imgt_annot, ofile = "bcr_tcr_gene_name.txt", odir = getwd())
file1 |
Path to bam file or fastq file. |
ref_coordinate |
Path to the fasta file coordinate and sequence of V/D/J/C genes. |
... |
|
file2 |
Path to the second paired-end read fastq file, only used for
|
mode |
One of "bam" or "fastq". If |
ref_annot |
Path to detailed V/D/J/C gene reference file, such as from IMGT database. (default: not used). (recommended). |
ofile |
|
odir |
A string of path to the output directory. |
trust4 |
A string of path to |
species |
Species to extract IMGT annotation, details see https://www.imgt.org//download/V-QUEST/IMGT_V-QUEST_reference_directory/. |
perl |
A string of path to |
imgt_annot |
Path of IMGT annotation file, created via
|
A command
object.
cmd_wd()
/cmd_envvar()
/cmd_envpath()
/cmd_conda()
cmd_on_start()
/cmd_on_exit()
cmd_on_succeed()
/cmd_on_fail()
cmd_parallel()
Other commands
:
allele_counter()
,
cellranger()
,
conda()
,
fastq_pair()
,
gistic2()
,
kraken2()
,
kraken_tools()
,
perl()
,
pyscenic()
,
python()
,
samtools()
,
seqkit()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.