set_tech_failure | R Documentation |
Setter function which allows the user to define a sample manually as a technical failure.
set_tech_failure(object, sample_ids)
object |
( |
sample_ids |
( |
AnyHermesData
object with modified technical failure flags.
add_quality_flags()
which automatically sets all (gene and sample) quality flags,
including these technical failure flags.
# Manually flag technical failures in a `AnyHermesData` object.
object <- hermes_data
get_tech_failure(object)["06520101B0017R"]
result <- set_tech_failure(object, c("06520101B0017R", "06520047C0017R"))
get_tech_failure(result)["06520101B0017R"]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.