Skip to content
Merged
Show file tree
Hide file tree
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 DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
Package: ModelArray
Title: An R package for statistical analysis of fixel-wise data and beyond
Version: 0.1.4
Version: 0.1.4.9000
Authors@R:
c(person(given = "Chenying",
family = "Zhao",
role = c("aut", "cre"),
email = "chenyzh@seas.upenn.edu"),
role = c("aut")),
person(give = "Tinashe",
family = "Tapera",
role = c("aut")),
person(give = "Matthew",
family = "Cieslak",
role = c("aut")),
role = c("aut", "cre"),
email = "Matthew.Cieslak@pennmedicine.upenn.edu"),
person(give = "Theodore",
family = "Satterthwaite",
role = c("aut")) )
Expand Down
6 changes: 3 additions & 3 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ knitr::opts_chunk$set(
* Supporting linear and nonlinear modeling, and extensible to more models:
* At present, `ModelArray` supports linear models as well as generalized additive models (GAMs) with and without penalized splines, which are particularly useful for studying nonlinear effects in lifespan data. `ModelArray` is also extensible to diverse models available in R;
* Scalable for large-scale datasets;
* Compatible with fixel-wise data and voxel-wise data.
* Compatible with fixel-wise data, voxel-wise data, and greyordinate-wise data.

Please cite our [NeuroImage paper](https://doi.org/10.1016/j.neuroimage.2023.120037) if you use `ModelArray`:

> Zhao, C., Tapera, T. M., Bagautdinova, J., Bourque, J., Covitz, S., Gur, R. E., Gur, R. C., Larsen, B., Mehta, K., Meisler, S. L., Murtha, K., Muschelli, J., Roalf, D. R., Sydnor, V. J., Valcarcel, A. M., Shinohara, R. T., Cieslak, M. & Satterthwaite, T. D. (2023). ModelArray: an R package for statistical analysis of fixel-wise data, _NeuroImage_, In press. https://doi.org/10.1016/j.neuroimage.2023.120037
> Zhao, C., Tapera, T. M., Bagautdinova, J., Bourque, J., Covitz, S., Gur, R. E., Gur, R. C., Larsen, B., Mehta, K., Meisler, S. L., Murtha, K., Muschelli, J., Roalf, D. R., Sydnor, V. J., Valcarcel, A. M., Shinohara, R. T., Cieslak, M. & Satterthwaite, T. D. (2023). ModelArray: an R package for statistical analysis of fixel-wise data. _NeuroImage_, _271_, 120037. https://doi.org/10.1016/j.neuroimage.2023.120037


## Overview
Expand All @@ -42,7 +42,7 @@ Please cite our [NeuroImage paper](https://doi.org/10.1016/j.neuroimage.2023.120

</center>

ModelArray is packaged with the companion software [ConFixel](https://github.com/PennLINC/ConFixel) for converting fixel-wise data and voxel-wise data to the expected file format that ModelArray uses. Specifically, [ConFixel](https://github.com/PennLINC/ConFixel) is Python-based command-line interface software, and it converts between the original image format (`.mif` for fixel-wise data, NIfTI for voxel-wise data) and the HDF5 file format (`.h5`) used for ModelArray.
ModelArray is packaged with the companion software [ConFixel](https://github.com/PennLINC/ConFixel) for converting fixel-wise data, voxel-wise data or greyordinate-wise data to the expected file format that ModelArray uses. Specifically, [ConFixel](https://github.com/PennLINC/ConFixel) is Python-based command-line interface software, and it converts between the original image format (`.mif` for fixel-wise data, NIfTI for voxel-wise data, CIFTI-2 for greyordinate-wise data) and the HDF5 file format (`.h5`) used for ModelArray.

<!-- if there is any changes in this overview section, please also update ConFixel's frontpage! -->

Expand Down
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ and beyond. Its features include:
effects in lifespan data. `ModelArray` is also extensible to diverse
models available in R;
- Scalable for large-scale datasets;
- Compatible with fixel-wise data and voxel-wise data.
- Compatible with fixel-wise data, voxel-wise data, and
greyordinate-wise data.

Please cite our [NeuroImage
paper](https://doi.org/10.1016/j.neuroimage.2023.120037) if you use
Expand All @@ -36,8 +37,8 @@ paper](https://doi.org/10.1016/j.neuroimage.2023.120037) if you use
> Gur, R. E., Gur, R. C., Larsen, B., Mehta, K., Meisler, S. L., Murtha,
> K., Muschelli, J., Roalf, D. R., Sydnor, V. J., Valcarcel, A. M.,
> Shinohara, R. T., Cieslak, M. & Satterthwaite, T. D. (2023).
> ModelArray: an R package for statistical analysis of fixel-wise data,
> *NeuroImage*, In press.
> ModelArray: an R package for statistical analysis of fixel-wise data.
> *NeuroImage*, *271*, 120037.
> <https://doi.org/10.1016/j.neuroimage.2023.120037>

## Overview
Expand All @@ -50,12 +51,13 @@ paper](https://doi.org/10.1016/j.neuroimage.2023.120037) if you use

ModelArray is packaged with the companion software
[ConFixel](https://github.com/PennLINC/ConFixel) for converting
fixel-wise data and voxel-wise data to the expected file format that
ModelArray uses. Specifically,
fixel-wise data, voxel-wise data or greyordinate-wise data to the
expected file format that ModelArray uses. Specifically,
[ConFixel](https://github.com/PennLINC/ConFixel) is Python-based
command-line interface software, and it converts between the original
image format (`.mif` for fixel-wise data, NIfTI for voxel-wise data) and
the HDF5 file format (`.h5`) used for ModelArray.
image format (`.mif` for fixel-wise data, NIfTI for voxel-wise data,
CIFTI-2 for greyordinate-wise data) and the HDF5 file format (`.h5`)
used for ModelArray.

<!-- if there is any changes in this overview section, please also update ConFixel's frontpage! -->

Expand Down
2 changes: 1 addition & 1 deletion docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/CLONE.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/LICENSE-text.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/basic_r_intro.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/container.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/debugging.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/doc_for_developer.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/faq.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/installations.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified docs/articles/overview_structure.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/articles/voxel-wise_data.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/walkthrough.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions docs/authors.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ articles:
installations: installations.html
voxel-wise_data: voxel-wise_data.html
walkthrough: walkthrough.html
last_built: 2023-03-17T01:19Z
last_built: 2023-12-14T23:49Z
urls:
reference: https://pennlinc.github.io/ModelArray/reference
article: https://pennlinc.github.io/ModelArray/articles
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/ModelArray.gam.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/ModelArray.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/ModelArray.lm.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading