Description Usage Arguments Details Value Examples
Remove a sample by samplename from control group
1 | remove_sample_controlgroup(samplename, nipt_control_group)
|
samplename |
Regular expression string. All matching samplenames are removed from the control group |
nipt_control_group |
NIPTControlGroup object to remove samples from |
This function removes a sample from the 'NIPTControlGroup' object by name. Note that this function uses a regular expression, and if more sample_names satisfy the regular expression, they will also be removed. It returns a new NIPTControlGroup object.
NIPTControlGroup object
1 2 3 4 5 | ## Not run:
new_control_group <- remove_sample_controlgroup(samplename = unwanted_sample,
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.