Skip to content
Snippets Groups Projects
Verified Commit 4adeba4b authored by Marta Girona Alarcon's avatar Marta Girona Alarcon Committed by GitLab UZH
Browse files

add column in sample information

parent 08949250
No related branches found
No related tags found
No related merge requests found
......@@ -85,6 +85,7 @@ for (i in 1:nrow(inputs)){
# Gather list elements in a table
data_used <- do.call(rbind,data_used)
data_used$Subject_pubID <- inputs$Subject_pubID # Add additional input column
data_used$correction_factor <- inputs$Correction_factor # Add additional input column
# add the subject index for publication as first variable
data_used <- relocate(data_used, Subject_pubID, .before = 1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment