| kraken2 | R Documentation |
Kraken is a taxonomic sequence classifier that assigns taxonomic labels to DNA sequences. Kraken examines the k-mers within a query sequence and uses the information within those k-mers to query a database. That database maps k-mers to the lowest common ancestor (LCA) of all genomes known to contain a given k-mer.
kraken2(
fq1,
...,
fq2 = NULL,
ofile = "kraken_output.txt",
report = "kraken_report.txt",
classified_out = NULL,
unclassified_out = NULL,
odir = getwd(),
kraken2 = NULL
)
fq1, fq2 |
A string of fastq file path. |
... |
<dynamic dots> Additional arguments passed to |
ofile |
A string of path to save kraken2 output. |
report |
A string of path to save kraken2 report. |
classified_out |
A string of path to save classified sequences, which should be a fastq file. |
unclassified_out |
A string of path to save unclassified sequences, which should be a fastq file. |
odir |
A string of path to the output directory. |
kraken2 |
A string of path to |
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(),
kraken_tools(),
perl(),
pyscenic(),
python(),
samtools(),
seqkit(),
trust4()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.