-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multi-site/center studies #11
Comments
@thomasbeaudry wrote: why not add the site to the JSON file? |
@Athanasiamo wrote:
I have multi-site data and found Chris' advice to very much fit our data and the way our researchers use it. Though, we are not a "true" multi-site study, I believe this is a very nice solution (though produces long file names): |
@alexandreroutier wrote:
I currently have to work with a multi-site study and in my experience, the simplest and quite efficient solution was to embed the site into the <participant_label> e.g. sub-01CLNC001 where "01" is the site id and "CLNC001" the participant label and I am quite satisfied with that. However, the only drawback I see in this approach is that it assumes that the participant does not change site during the study. In that case, we can consider to embed the site at the session. |
@chrisgorgo wrote: This is also one of the recommendation from the main spec. See https://docs.google.com/document/d/1HFUkAEE-pB-angVcYe6pf_-fVf4sCpOHKesUvfb8Grc/edit#heading=h.29tn5cduh4ci |
@TKoscik wrote: from my point of view, site is a critical piece of information that generally denotes batch effects within a particular project. For example, in the ABCD protocol there will be batch effects between sites and scanners and scanner software revisions, etc. Also, a site variable varies independently from subject and session, so lumping this information with other variables seems incorrect. having a separate folder for each site is also seems to place this variable at the wrong level of analysis as it is a within-project, and potentially within-subjects variable. not to mention that changing the folder structure will impact scripts more than a filename change. Currently we are using the site tag to denote a combination of site, vendor, and relevant scanner/software changes, the benefit is that this makes immediately visiblethe need to explore/correct for batch effects. currentlly we are using a 5 digit code:
|
@HenkMutsaerts wrote:
I agree that this is a nice contribution to BIDS. However, in a multi-site study, 1 site can still have multiple scanners, and in most image processing you want to correct per scanner. So instead of 'site', you could consider 'scanner' |
@pvdemael wrote:
This can easily be added to the participants file by adding columns for sites and scanners. IMHO is the scanner very important information but not to be in the filename which is more oriented towards features of the image |
My view is that the subject ID should generally encapsulate the site anyway, as discussed above. Additionally, the scanner could be embedded as part of the metadata. |
Hi. We have ended up using something similar to what @tsalo desribes. We ended up incorporating site into the session tags, because we have subjects that have participated in multiple sites over time. For us now, the session tag numerals counts the sequential scans, while the alphabeticals indicate the site We found this solution to be the best also because of our longitudinal data. For our specific data, we have decided to change the meaning of "session" from standard MRI terms. Having the numerals in the session to mean "lognitudinal timepoint", rather than scan session. This was necessary to make a system that made it easy for our staff to recognise what cognitive data fits with which scan data. This was extra important also because some of our participants have within the same lognitudinal timepoint visited several scanners in a single day, so we could try to estimate the error in measurements when participants switch from one scanner to another due to upgrades. So we could have
|
#54 could provide a generic way to support overall desired layout for this. The issue could be split into two:
|
Also somewhat relates to https://bids.neuroimaging.io/bep035 where the idea is to aggregate across studies, so adds entity |
other pieces of feedback:
|
Reflecting up on discussion within bids-standard/bids-2-devel#11
…dies in a single dataset (#1803) * Fix syntax (add closing ')') + point to specific issue for multi-site * Add additional way (session-level) for multi-site studies Reflecting up on discussion within bids-standard/bids-2-devel#11 --------- Co-authored-by: Taylor Salo <[email protected]>
https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!msg/bids-discussion/SwH-1KRnBU0/oCx0ynEpBAAJ
Our group would also be interested in finding a way to incorporate a way of distinguishing between sites for the datasets we work with. I personally would prefer to use the key 'site-' rather than 'centre-', as 'centre' is not a shared spelling between British and American English.
Maybe overall, all the participants from a single site could also live within a directory for that site. So the directory structure might be amended to look like:
/site-<site_label>/sub-<participant_label>/[ses-<session_label>/]
Original authors: @jpellman
The text was updated successfully, but these errors were encountered: