Description Usage Arguments Details Value Author(s) References See Also Examples
This function aims to analyze the variants of the unaffected individuals, storing and grouping the heterozygous ones by gene. The affected individuals ought present two or more different heterozygous changes in the gene, and at least one of them shall come from each parent.
1 2 3 4 | ## S4 method for signature 'VariantFilteringParam'
autosomalRecessiveHeterozygous(param,
svparam=ScanVcfParam(),
BPPARAM=bpparam("SerialParam"))
|
param |
A |
svparam |
An instance of a |
BPPARAM |
An object of class |
This function requires as an input a VariantFilteringParam
class object built from an input multisample VCF file, along with a PED file.
An object of class VariantFilteringResults
including functional annotations on all selected variants.
Dei M. Elurbe and R. Castelo
Elurbe D.M., Mila, M., Castelo, R. The VariantFiltering package, in preparation.
autosomalRecessiveHomozygous
autosomalDominant
xLinked
deNovo
VariantFilteringResults
1 2 3 4 5 6 7 8 9 10 | ## Not run:
CEUvcf <- file.path(system.file("extdata", package="VariantFiltering"), "CEUtrio.vcf.bgz")
CEUped <- file.path(system.file("extdata", package="VariantFiltering"), "CEUtrio.ped")
param <- VariantFilteringParam(vcfFilename=CEUvcf,
pedFilename=CEUped)
reHet <- autosomalRecessiveHeterozygous(param)
reHet
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.