Description Usage Arguments Value Examples
View source: R/filter_called.R
Filter the Called snp array
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
)
|
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
1 2 3 | 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.