allele_counter | R Documentation |
The alleleCount
program primarily exists to prevent code duplication
between some other projects, specifically AscatNGS
and Battenberg
.
allele_counter(
hts_file,
loci_file,
ofile,
...,
odir = getwd(),
alleleCounter = NULL
)
hts_file |
A string of path to sample HTS file. |
loci_file |
A string of path to loci file. |
ofile |
A string of path to the output file. |
... |
<dynamic dots> Additional arguments passed to |
odir |
A string of path to the output directory. |
alleleCounter |
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
:
cellranger()
,
conda()
,
fastq_pair()
,
gistic2()
,
kraken2()
,
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.