Closed andkov closed 7 years ago
@andkov - please use the simplified categorization I implemented in the correlations file I sent Sean:
@ampiccinin ,
Great. That should be easy. I have applied the categorization you've mentioned to the pulmonary track. (FYI: the mapping you have provided has been reexpressed in ./reports/correlation-3/domain-grouping-pulmonary.csv
so that they can be fed to the renaming script. )
If I understood you correctly, the plan is to apply the same categorization to the rest of the tracks. (Which makes sense because the cog measures should be the same across tracks. Gee i'm a slow thinker today).
When surveying the data for all the tracks, the following categorizations are missing from the scheme you have provided:
Would you agree with the following grouping decisions?
P.S. Congrats on the first file link! 👍
@andkov -
Yes - same categorization - at least for the three phys-cog (and very likely for cog-cog).
Yes - I agree with your grouping decisions.
:)
@ampiccinin ,
I have developed the extensions of forest plots to cover the
gait
andgrip
tracks. The only thing that is preventing me from producing plots is a small bin sizes of some of the cognitive domains (e.g.verbal comprehension
has a single cognitive test). This is related to the issue of grouping cognitive tests into larger clusters we calldomains
.Ideally, we would have a systematic methods of grouping cognitive measures into domains, which would be the same across all tracks (pulmonary, gait, grip). At the same time we might need to specify different domain mapping depending on the availability of measures and/or theoretical considerations of the paper in question. I have developed the scripts to exercise both of these options.
Method A (general)
./reports/correlation-3/domain-grouping.csv
if the consistent grouping of cognitive measures into domains is possible across all three tracks (and possibly cog-cog). Add the value in thedomain_new
column.Method B (specific)
For each of the tracks, please edit:
./reports/correlation-3/domain-grouping-gait.csv
./reports/correlation-3/domain-grouping-grip.csv
./reports/correlation-3/domain-grouping-pulmonary.csv
to implement idiosyncratic domain grouping for each of the tracks. Each of these files gives the current state of the data. Notice that./reports/correlation-3/domain-grouping-pulmonary.csv
is what you have provided ( 'NAin
domain_new` columns indicates that the new domain has not been provided) earlier.If it is easier, I can use my own judgement for now, so forest plots can be produced and examined (and their grouping corrected). What breaks my scripts now is low bin size in some of the domains (e.g.
verbal comprehension
has a single cognitive test). The rest of the architecture for correlation reports (including forest plots is ready).