
"xLinked"(param, svparam=ScanVcfParam(), use=c("everything", "complete.obs", "all.obs"), BPPARAM=bpparam("SerialParam"))
VariantFilteringParam
object built from a multisample VCF file with at least one affected individual and zero or more unaffected ones, and from a PED file specyfing the family relationships among individuals as well as their gender and phenotype status (affected or unaffected).
ScanVcfParam
object to enable analyzing a subset of variants and samples. This object
is passed internally to a call to the readVcf()
function in the
VariantAnnotation
package, see its help page for a complete description of this functionality.
NA
, the variant is ultimately discarded.
BiocParallelParam
specifiying parameters related to
the parallel execution of some of the tasks and calculations within this function.
See function bpparam()
from the BiocParallel
package.
VariantFilteringResults
including functional annotations on all selected variants.
VariantFilteringParam
class object built from an input multisample VCF file, along with a PED file.
autosomalRecessiveHomozygous
autosomalRecessiveHeterozygous
autosomalDominant
deNovo
unrelatedIndividuals
VariantFilteringResults
## Not run:
#
# ## This actually won't run b/c in this trio de descendant is a female
# CEUvcf <- file.path(system.file("extdata", package="VariantFiltering"), "CEUtrio.vcf.bgz")
# CEUped <- file.path(system.file("extdata", package="VariantFiltering"), "CEUtrio.ped")
# param <- VariantFilteringParam(vcfFilenames=CEUvcf,
# pedFilename=CEUped)
# xlid <- xLinked(param)
# xlid
# ## End(Not run)
Run the code above in your browser using DataLab