File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -238,15 +238,6 @@ detect.outliers <- function(data, num.null) {
238
238
fraction.kmeans = fraction.kmeans ,
239
239
cosine.similarity = cosine.similarity
240
240
);
241
- # Assign ranks within each method.
242
- null.5method.ranks <- outlier.rank(
243
- outlier.statistics.matrix = null.5method
244
- );
245
- # Compute the rank product for each null transcript.
246
- null.5method.rank.product <- outlier.rank.product(
247
- ranks.matrix = null.5method.ranks ,
248
- num.allowed.NA = 0
249
- );
250
241
251
242
list (
252
243
optimal.distribution.data = optimal.distribution.data ,
@@ -265,8 +256,6 @@ detect.outliers <- function(data, num.null) {
265
256
observed.5method.rank.product = observed.5method.rank.product ,
266
257
null.data = null.data ,
267
258
optimal.distribution.null.data = optimal.distribution.null.data ,
268
- null.5method = null.5method ,
269
- null.5method.ranks = null.5method.ranks ,
270
- null.5method.rank.product = null.5method.rank.product
259
+ null.5method = null.5method
271
260
);
272
261
}
You can’t perform that action at this time.
0 commit comments