# Path of matrix demetra_m
demetra_path <- file.path(
system.file("extdata", package = "JDCruncheR"),
"WS/ws_ipi/Output/SAProcessing-1",
"demetra_m.csv"
)
# Extract the quality report from the demetra_m file
QR <- extract_QR(demetra_path)
# Compute the score
QR <- compute_score(QR, n_contrib_score = 2)
# Weighted score
QR <- weighted_score(QR, 2)
print(QR)
# Extract the weighted score
QR[["modalities"]][["score_pond"]]
Run the code above in your browser using DataLab