mergeData.Rd
This function executes the docker container ciri2merge by running the merge of different lists of circRNAs predicted by CIRI2 following a sample data files provided by the user. The function executes also a filter based on the number of back-splicing reads computed in each experiment and across replicates of the same biological condition.
mergeData(
group = c("sudo", "docker"),
scratch.folder,
data.folder,
samples.ids,
covariates,
covariate.order,
extension,
column_index
)
a character string. Two options: "sudo"
or "docker"
, depending to which group the user belongs
a character string indicating the scratch folder where docker container will be mounted
a character string indicating the data folder where the file to merge are located
a character vector indicating the identifiers of the samples
a character vector indicating the classes of the samples
a character vector indicating a vector reporting the covariate classes ordered as desidered in the output file
a character string indicating the filename extension of the files that have to merge
an integer value > 1 indicating which column values have to been reported in the output file
Two tab-delimited tables reporting the BS supporting reads and the coordinates of the filtered circRNAs are reported
if (FALSE) {
}