Function libprosic::estimation::fdr::annotate
[−]
[src]
pub fn annotate<R, W, E>(inbcf: &R, outbcf: &W, events: &[E]) -> Result<(), Box<Error>> where R: AsRef<Path>, W: AsRef<Path>, E: Event
Annotate a given VCF/BCF file with FDR estimates for the given events.
inbcf
- path to VCF/BCF file that shall be annotated ("-"
for STDIN)
outbcf
- path to resulting BCF file ("-"
for STDOUT)
events
- set of events to annotate