- recipe bioconductor-appreci8r
appreci8R: an R/Bioconductor package for filtering SNVs and short indels with high sensitivity and high PPV
- Homepage:
https://bioconductor.org/packages/3.20/bioc/html/appreci8R.html
- License:
LGPL-3
- Recipe:
The appreci8R is an R version of our appreci8-algorithm - A Pipeline for PREcise variant Calling Integrating 8 tools. Variant calling results of our standard appreci8-tools (GATK, Platypus, VarScan, FreeBayes, LoFreq, SNVer, samtools and VarDict), as well as up to 5 additional tools is combined, evaluated and filtered.
- package bioconductor-appreci8r¶
-
- Versions:
1.16.0-0,1.12.0-0,1.10.0-0,1.8.0-1,1.6.0-0,1.4.0-1,1.0.0-0- Depends:
on bioconductor-biostrings
>=2.66.0,<2.67.0on bioconductor-bsgenome
>=1.66.0,<1.67.0on bioconductor-bsgenome.hsapiens.ucsc.hg19
>=1.4.0,<1.5.0on bioconductor-cosmic.67
>=1.34.0,<1.35.0on bioconductor-genomicfeatures
>=1.50.0,<1.51.0on bioconductor-genomicranges
>=1.50.0,<1.51.0on bioconductor-genomicscores
>=2.10.0,<2.11.0on bioconductor-homo.sapiens
>=1.3.0,<1.4.0on bioconductor-iranges
>=2.32.0,<2.33.0on bioconductor-mafdb.1kgenomes.phase3.hs37d5
>=3.10.0,<3.11.0on bioconductor-mafdb.exac.r1.0.hs37d5
>=3.10.0,<3.11.0on bioconductor-mafdb.gnomadex.r2.1.hs37d5
>=3.10.0,<3.11.0on bioconductor-polyphen.hsapiens.dbsnp131
>=1.0.0,<1.1.0on bioconductor-rsamtools
>=2.14.0,<2.15.0on bioconductor-s4vectors
>=0.36.0,<0.37.0on bioconductor-sift.hsapiens.dbsnp137
>=1.0.0,<1.1.0on bioconductor-snplocs.hsapiens.dbsnp144.grch37
>=0.99.0,<0.100.0on bioconductor-summarizedexperiment
>=1.28.0,<1.29.0on bioconductor-txdb.hsapiens.ucsc.hg19.knowngene
>=3.2.0,<3.3.0on bioconductor-variantannotation
>=1.44.0,<1.45.0on bioconductor-xtrasnplocs.hsapiens.dbsnp144.grch37
>=0.99.0,<0.100.0on r-base
>=4.2,<4.3.0a0on r-dt
on r-openxlsx
on r-rentrez
on r-rsnps
on r-seqinr
on r-shiny
on r-shinyjs
on r-stringr
- Additional platforms:
Installation¶
You need a conda-compatible package manager (currently either pixi, conda, or micromamba) and the Bioconda channel already activated (see Usage). Below, we show how to install with either pixi or conda (for micromamba and mamba, commands are essentially the same as with conda).
Pixi¶
With pixi installed and the Bioconda channel set up (see Usage), to install globally, run:
pixi global install bioconductor-appreci8r
to add into an existing workspace instead, run:
pixi add bioconductor-appreci8r
In the latter case, make sure to first add bioconda and conda-forge to the channels considered by the workspace:
pixi workspace channel add conda-forge
pixi workspace channel add bioconda
Conda¶
With conda installed and the Bioconda channel set up (see Usage), to install into an existing and activated environment, run:
conda install bioconductor-appreci8r
Alternatively, to install into a new environment, run:
conda create -n envname bioconductor-appreci8r
with envname being the name of the desired environment.
Container¶
Alternatively, every Bioconda package is available as a container image for usage with your preferred container runtime. For e.g. docker, run:
docker pull quay.io/biocontainers/bioconductor-appreci8r:<tag>
(see bioconductor-appreci8r/tags for valid values for <tag>).
Integrated deployment¶
Finally, note that many scientific workflow management systems directly integrate both conda and container based software deployment. Thus, workflow steps can be often directly annotated to use the package, leading to automatic deployment by the respective workflow management system, thereby improving reproducibility and transparency. Check the documentation of your workflow management system to find out about the integration.
Download stats¶
Link to this page¶
Render an badge with the following MarkDown:
[](http://bioconda.github.io/recipes/bioconductor-appreci8r/README.html)