parati
Parental Allele Transmission Inference for Trio Genotype Data
Bioconductor version: 3.23 · Package version: 1.0.0
Infers maternal and paternal transmitted and non-transmitted alleles from phased trio genotype data. The package supports SNP-level analyses of genetic nurture and transgenerational effects. It interoperates with Bioconductor VCF infrastructure through support for VariantAnnotation::VCF objects and returns R objects for downstream analysis.
Installation
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("parati") Details
| Maintainer | Jinyi Che <chejinyi777@gmail.com> |
| Author | Jinyi Che [aut, cre] |
| License | GPL-3 + file LICENSE |
| URL | https://github.com/newche/parati |
| Bug Reports | https://github.com/newche/parati/issues |
| Downloads rank | 47 |
| Source branch | RELEASE_3_23 |
| biocViews | Genetics, SNP, Sequencing, Software, VariantAnnotation |
Documentation
Download
Dependencies
Imports: data.table, methods, openxlsx, R.utils, vcfR, VariantAnnotation, SummarizedExperiment, BiocGenerics, GenomeInfoDb
Suggests: BiocStyle, knitr, optparse, rmarkdown, testthat (>= 3.0.0), waldo