VariantAnnotation (version 1.18.5)

VariantAnnotation-defunct: Defunct Functions in Package VariantAnnotation

Description

The functions or variables listed here are no longer part of VariantAnnotation.

Arguments

usage

## Defunct in > 1.17.0
  • VRangesScanVcfParam()
  • restrictToSNV()
## Removed
  • refLocsToLocalLocs()
  • readVcfLongForm()
  • dbSNPFilter()
  • regionFilter()
  • MatrixToSnpMatrix()
  • getTranscriptSeqs()

Details

## Defunct in > 1.17.0
  • VRangesScanVcfParam has been replaced by ScanVcfParam.
  • restrictToSVN has been replaced by isSNV.

## Removed

  • refLocsToLocalLocs has been replaced by mapToTranscripts and pmapToTranscripts.
  • readVcfLongForm has been replaced by expand.
  • dbSNPFilter and regionFilter have been replaced by filterVcf.
  • regionFilter has been replaced by filterVcf.
  • MatrixToSnpMatrix has been replaced by genotypeToSnpMatrix.
  • getTranscriptSeqs has been replaced by extractTranscriptSeqs in the GenomicFeatures package.

See Also