deleteSampleDataFromDB: deleteSampleDataFromDB

Description Usage Arguments Value

View source: R/databaseSetUpFunctions.R

Description

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

Usage

1
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


RCAS documentation built on Nov. 8, 2020, 8:03 p.m.