deleteSampleDataFromDB: deleteSampleDataFromDB

View source: R/databaseSetUpFunctions.R

deleteSampleDataFromDBR Documentation

deleteSampleDataFromDB

Description

Given a list of sample names, the function deletes all datasets calculated for the given samples from the database.

Usage

deleteSampleDataFromDB(dbPath, sampleNames)

Arguments

dbPath

Path to the sqlite database

sampleNames

The names of the samples for which all relevant datasets should be deleted from the database. Tip: Use RSQLite::dbReadTable function to read the table 'processedSamples' to see which samples are available in the database.

Value

SQLiteConnection object with updated contents in the dbPath


BIMSBbioinfo/RCAS documentation built on Feb. 7, 2024, 4:38 p.m.