Skip to content

Commit df8392f

Browse files
author
Leire Abarrategui Martinez
committed
changes in this function
1 parent 8a57e18 commit df8392f

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

R/ds.acme.R

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#'
1212

1313
ds.acme <- function(model, Set, type.data = "SummarizedExperiment", threshold = NULL,
14-
reference = NULL, annotCols=NULL, datasources=NULL)
14+
reference = NULL, datasources=NULL)
1515
{
1616
# if no opal login details are provided look for 'opal' objects in the environment
1717
if (is.null(datasources))
@@ -38,16 +38,9 @@ ds.acme <- function(model, Set, type.data = "SummarizedExperiment", threshold =
3838
covariable_names <- NULL
3939
}
4040

41-
if (!is.null(annotCols))
42-
{
43-
annotCols <- paste(annotCols, collapse=",")
44-
}
45-
4641
# call the server side function
47-
calltext <- call("acmeDS",Set, type,variable_names, covariable_names, annotCols, threshold, reference)
48-
42+
calltext <- call("acmeDS",Set, variable_names, covariable_names,type, threshold, reference)
4943
output <- datashield.aggregate(datasources, calltext)
50-
5144
return(output)
5245
}
5346
#ds.acme

man/ds.acme.Rd

Lines changed: 10 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)