Skip to content
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

docs: reformat abbreviations #386

Merged
merged 1 commit into from
Aug 31, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/outputs.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Outputs of *NiBabies*

*NiBabies* outputs conform to the :abbr:`BIDS (brain imaging data structure)`
*NiBabies* outputs conform to the {abbr}`BIDS (brain imaging data structure)`
Derivatives specification (see `BIDS Derivatives`_, along with the
upcoming `BEP 011`_ and `BEP 012`_).
*NiBabies* generates three broad classes of outcomes:
Expand Down Expand Up @@ -460,7 +460,7 @@ of possible confounds, which enable researchers to choose the most suitable deno
strategy for their downstream analyses.

Confounding variables calculated in *NiBabies* are stored separately for each subject,
session and run in :abbr:`TSV (tab-separated value)` files - one column for each confound variable.
session and run in {abbr}`TSV (tab-separated value)` files - one column for each confound variable.
Such tabular files may include over 100 columns of potential confound regressors.

:::{danger}
Expand Down Expand Up @@ -677,7 +677,7 @@ The procedure essentially follows the initial proposal of the approach by Patria
The visual reports provide several sections per task and run to aid designing
a denoising strategy for subsequent analysis.
Some of the estimated confounds are plotted with a "carpet" visualization of the
:abbr:`BOLD (blood-oxygen level-dependent)` time series [^Power2016].
{abbr}`BOLD (blood-oxygen level-dependent)` time series [^Power2016].

Noise components computed during each CompCor decomposition are evaluated according
to the fraction of variance that they explain across the nuisance ROI.
Expand All @@ -693,7 +693,7 @@ Also included is a plot of correlations among confound regressors.
This can be used to guide selection of a confound model or to assess the extent
to which tissue-specific regressors correlate with global signal.

See implementation on :mod:`~nibabies.workflows.bold.confounds.init_bold_confs_wf`.
See implementation on <python#nibabies.workflows.bold.confounds.init_bold_confs_wf>.

## References

Expand Down
Loading