
Upload Extracted DNA Data to SampleDB
upload_extracted_dna.Rd
This function uploads extracted DNA data from a user-provided data frame to a SQLite database, specifically to SampleDB. The function also updates the active control count and commits the changes to the database.
Usage
upload_extracted_dna(
user_data,
control_extraction,
database = Sys.getenv("SDB_PATH")
)
See also
.UpdateActiveControlCount
and .UploadSpecimens
for helper functions.