if (FALSE) {
# Load a data frame from the sample data
data_path <- system.file("extdata/brapa_arabidopsis_data.csv", package = "greatR")
all_data <- utils::read.csv(data_path)
# Running the registration
registration_results <- register(
input = all_data,
reference = "Ro18",
query = "Col0"
)
}
Run the code above in your browser using DataLab