View source: R/data_validity_check.R
| validate_IS_raw | R Documentation |
Validate and standardize integration site (IS) raw data frame
validate_IS_raw(IS_raw)
IS_raw |
Data frame containing IS data (expected columns: Sample, SCount, Chr, Locus) |
List with validation results:
valid (logical): TRUE if data passes validation, FALSE otherwise
errors (character): Validation messages/errors
converted_data (data.frame): Original/cleaned data with numeric conversions (if applicable)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.