filter_haptab: produce a filtered RNA-haplotype table as GRanges, limiting...

Description Usage Arguments Examples

Description

produce a filtered RNA-haplotype table as GRanges, limiting to SNP-sets of specific cardinality and (optionally) providing a set of gene ranges 'nearest' to the initial SNP

Usage

1
2
3
filter_haptab(haptab = BiocRnaHap::NA06986_rnahaps,
  genegr = ensembldb::genes(EnsDb.Hsapiens.v75::EnsDb.Hsapiens.v75),
  varnum_to_use = 2:6, useNearestRubric = FALSE)

Arguments

haptab

data.frame corresponding to phaser haplotypes.txt table

genegr

a GRanges with gene ranges

varnum_to_use

the values of the 'variants' field for which records are retained

useNearestRubric

logical(1) defaults to FALSE

Examples

1

vjcitn/BiocRnaHap documentation built on June 17, 2019, 9:31 p.m.