Description Usage Arguments Details Value Examples
Removes all duplicate samples in control group by samplename.
1 | remove_duplicates_controlgroup(nipt_control_group)
|
nipt_control_group |
NIPTControlGroup object |
This functions removes duplicate samples from the control group based on name. It returns a new NIPTControlGroup object.
NIPTControlGroup object
1 2 3 4 | ## Not run:
new_control_group <- remove_duplicates_controlgroup(nipt_control_group = old_control_group)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.