Package: vcfppR 0.8.3
vcfppR: Rapid Manipulation of the Variant Call Format (VCF)
The 'vcfpp.h' (<https://github.com/Zilong-Li/vcfpp>) provides an easy-to-use 'C++' 'API' of 'htslib', offering full functionality for manipulating Variant Call Format (VCF) files. The 'vcfppR' package serves as the R bindings of the 'vcfpp.h' library, enabling rapid processing of both compressed and uncompressed VCF files. Explore a range of powerful features for efficient VCF data manipulation.
Authors:
vcfppR_0.8.3.tar.gz
vcfppR_0.8.3.tar.gz(r-4.7-arm64)vcfppR_0.8.3.tar.gz(r-4.7-x86_64)vcfppR_0.8.3.tar.gz(r-4.6-arm64)vcfppR_0.8.3.tar.gz(r-4.6-x86_64)
manual.pdf |manual.html✨
card.svg |card.png
vcfppR/json (API)
NEWS
| # Install 'vcfppR' in R: |
| install.packages('vcfppR', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/zilong-li/vcfppr/issues
zlibbzip2xz-utilscurllibdeflatecpp
Last updated from:537c8c385a. Checks:4 NOTE, 1 OK, 1 FAIL. Indexed: no.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | NOTE | 174 | ||
| linux-devel-x86_64 | NOTE | 193 | ||
| source / vignettes | OK | 305 | ||
| linux-release-arm64 | NOTE | 227 | ||
| linux-release-x86_64 | NOTE | 194 | ||
| wasm-release | FAIL | 110 |
Exports:plot_variants_per_haplotypevcfcompvcfinfovcfplotvcfpopgenvcfpp_calc_info_persitevcfreadervcfsummaryvcftablevcfwriter
Dependencies:Rcpp
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| vcfppR: Rapid Manipulation of the Variant Call Format (VCF) | vcfppR-package vcfppR |
| Plot variants on haplotypes across multiple samples | plot_variants_per_haplotype |
| Subset a vcftable object | subset.vcftable |
| Compare two VCF/BCF files reporting various statistics | vcfcomp |
| read a INFO tag in the VCF/BCF into R data structure | vcfinfo |
| Make sensible and beautiful plots based on various objects in vcfppR | vcfplot |
| count the heterozygous sites per sample in the VCF/BCF | vcfpopgen |
| Calculate INFO score from GP after genotype imputation | vcfpp_calc_info_persite |
| API for manipulating the VCF/BCF. | vcfreader |
| summarize the various variant types at both variant level and sample level. | vcfsummary |
| read VCF/BCF contents into R data structure | vcftable |
| API for writing the VCF/BCF. | vcfwriter |
