filter_called: Filter the Called snp array

Description Usage Arguments Value Examples

View source: R/filter_called.R

Description

Filter the Called snp array

Usage

1
2
3
4
5
6
7
8
9
filter_called(
  called,
  DP_min = 5,
  DP_max = 80,
  ref_call = 1,
  alt_call = 1,
  overlaps = 1,
  min_VDB = 0.1
)

Arguments

called

CollapsedVCF containing filtered snp info for rna data

DP_min

TODO

DP_max

TODO

ref_call

TODO

alt_call

TODO

overlaps

TODO

min_VDB

TODO

Value

Filtered snp array

Examples

1
2
3
dim(snpsCalled_VCF)
snpsCalled_filter <- filter_called(snpsCalled_VCF)
dim(snpsCalled_filter)

joshstolz/brainstorm documentation built on Aug. 10, 2021, 1:23 p.m.