Closed ew367 closed 2 weeks ago
No response
calcQCmetrics.r
Code optimisation
The code currently runs the coritcal clock age predictor regardless of sample type, but it is only applicable to brain data. It could be turned off/on using config input ( if (tissueType == "Brain") )
if (tissueType == "Brain")
Contact Details
No response
Path to affected file
Type of refactor
Code optimisation
Description of required code refactor
The code currently runs the coritcal clock age predictor regardless of sample type, but it is only applicable to brain data. It could be turned off/on using config input (
if (tissueType == "Brain")
)