Skip to content

Commit adb1ff2

Browse files
authored
Merge pull request #96 from mpi2/dev
v2.0.2: Clean-up
2 parents f3bccf6 + 314f57b commit adb1ff2

File tree

14 files changed

+214
-36532
lines changed

14 files changed

+214
-36532
lines changed

Extract details from StatPackets/ExtractPVals.R

Lines changed: 0 additions & 786 deletions
This file was deleted.

Extract details from StatPackets/ExtractPValsPhenStat.R

Lines changed: 0 additions & 689 deletions
This file was deleted.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright [yyyy] [name of copyright owner]
189+
Copyright [2023-2027] Wellcome Trust Sanger Institute and the EMBL-European Bioinformatics Institute.
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

Late adults stats pipeline/DRrequiredAgeing/DRrequiredAgeingPackage/DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ Description: The required package for IMPC ageing pipeline.
99
License: LGPL (>= 2)
1010
Encoding: UTF-8
1111
LazyData: true
12-
Imports: RJSONIO, methods, SmoothWin, stringi, base64enc, jsonlite, pingr, foreach, nlme, MASS, base, abind, OpenStats, rlist, DBI, RSQLite, gtools, plyr, robustbase, rlang, RPostgreSQL, data.table, miniparquet, Tmisc
12+
Imports: RJSONIO, methods, SmoothWin, stringi, base64enc, jsonlite, pingr, foreach, nlme, MASS, base, abind, OpenStats, rlist, DBI, RSQLite, gtools, plyr, robustbase, rlang, RPostgreSQL, data.table, arrow, Tmisc, rwebhdfs

Late adults stats pipeline/DRrequiredAgeing/DRrequiredAgeingPackage/R/main.R

Lines changed: 1 addition & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ mainAgeing = function(file = NULL ,
9898
# Config files
9999
message0('Loading configuration ...')
100100
methodmap = readConf('MethodMap.conf')
101-
equationmap = readConf('EquationMap.conf')
102101
CategoryMap = readConf('CategoryMap.conf')
103102
MergeCategoryParameters = read.csv(file = file.path(local(), 'MergeParameterList.txt'))
104103
initial = readConf('Initialize.conf')
@@ -672,31 +671,6 @@ mainAgeing = function(file = NULL ,
672671
)
673672
###
674673
n3.5.2[, depVar] = MergLev$x
675-
################## Only for Gross Morphology group
676-
# n3.5.2_summary = SummaryStatisticsOriginal(x = n3.5.2,
677-
# depVar = depVar,
678-
# label = 'GEL data summary statistics')
679-
# write(
680-
# paste(
681-
# c(
682-
# procedure,
683-
# parameter,
684-
# center,
685-
# strain,
686-
# zyg,
687-
# meta,
688-
# colony,
689-
# FlatteningTheSummary(n3.5.2_summary, 'GEL data summary statistics')
690-
# ),
691-
# sep = '\t',
692-
# collapse = '\t'
693-
# ),
694-
# file = 'summaryStats.tsv',
695-
# append = TRUE,
696-
# ncolumns = 10 ^ 4
697-
# )
698-
# return(NULL)
699-
##################################
700674
n3.5.2 = droplevels0(n3.5.2[!is.na(n3.5.2[, depVar]), ])
701675
n3.5.2OnlyKO = subset(n3.5.2,
702676
n3.5.2$biological_sample_group %in% 'experimental')
@@ -827,8 +801,7 @@ mainAgeing = function(file = NULL ,
827801
data = a@datasetPL
828802
) <= .2 &&
829803
EnoughWeightForTheSexGenInteraction(a@datasetPL) ,
830-
getEquation(var = parameter,
831-
equationMap = equationmap),
804+
'withWeight',
832805
'withoutWeight'
833806
)
834807
} else{

0 commit comments

Comments
 (0)