calculate_ncv_score {NIPTeR}R Documentation

Use an NCV template to calculate a NCV score for sample of interest

Description

Use an NCV template to calculate a NCV score for sample of interest

Usage

calculate_ncv_score(nipt_sample, ncv_template)

Arguments

nipt_sample

nipt_sample object of interest

ncv_template

ncv_template object, result from prepare_ncv

Details

prepare_ncv

Value

ncv_result object

References

Sehnert et al.

Examples

## Not run: 
##Use NCVTemplate to get NCV scores for the sample of interest
ncv_score_13 <- calculate_ncv_score(nipt_sample = sample_of_interest, 
                                    ncv_template = new_ncv_template_13)

## End(Not run)


[Package NIPTeR version 1.0.2 Index]