Learn R Programming

NIPTeR (version 1.0.2)

calculate_ncv_score: 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

Value

ncv_result object

Details

prepare_ncv

References

Sehnert et al.

Examples

Run this code
## 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)

Run the code above in your browser using DataLab