View source: R/filter_called.R
filter_called | R Documentation |
Filter the Called snp array
filter_called(
called,
DP_min = 5,
DP_max = 80,
ref_call = 1,
alt_call = 1,
overlaps = 1,
min_VDB = 0.1
)
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 |
Filtered snp array
dim(snpsCalled_VCF)
snpsCalled_filter <- filter_called(snpsCalled_VCF)
dim(snpsCalled_filter)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.