-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
61 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,13 +2,22 @@ Package: SparseICA | |
Type: Package | ||
Title: Sparse Independent Component Analysis | ||
Version: 0.1.3 | ||
Date: 2025-01-05 | ||
Author: Zihang Wang | ||
Date: 2025-01-15 | ||
Author: Zihang Wang [aut, cre] (<https://orcid.org/0000-0001-9032-5412>), | ||
Irina Gaynanova [aut] (<https://orcid.org/0000-0002-4116-0268>), | ||
Aleksandr Aravkin [aut] (<https://orcid.org/0000-0002-1875-1801>), | ||
Benjamin Risk [aut] (<https://orcid.org/0000-0003-1090-0777>) | ||
Authors@R: | ||
c(person(given="Zihang",family= "Wang",role = c("aut","cre"),email="[email protected]", comment = c(ORCID = "0000-0001-9032-5412")), | ||
person(given="Irina",family= "Gaynanova", role = "aut",email="[email protected]",comment = c(ORCID = "0000-0002-4116-0268")), | ||
person(given="Aleksandr",family= "Aravkin", role = "aut",email="[email protected]",comment = c(ORCID = "0000-0002-1875-1801")), | ||
person(given="Benjamin", family="Risk",role = "aut",email="[email protected]", comment = c(ORCID = "0000-0003-1090-0777"))) | ||
Maintainer: Zihang Wang <[email protected]> | ||
Description: Provides an implementation of the Sparse ICA method for estimating sparse independent source components of cortical surface functional MRI data, by addressing a non-smooth, non-convex optimization problem through the relax-and-split framework. This method effectively balances statistical independence and sparsity while maintaining computational efficiency. | ||
License: GPL (>= 3) | ||
BugReports: https://github.com/thebrisklab/SparseICA/issues | ||
URL: https://github.com/thebrisklab/SparseICA | ||
Description: Provides an implementation of the Sparse ICA method in Wang et al. (2024) <doi:10.1080/01621459.2024.2370593> for estimating sparse independent source components of cortical surface functional MRI data, by addressing a non-smooth, non-convex optimization problem through the relax-and-split framework. This method effectively balances statistical independence and sparsity while maintaining computational efficiency. | ||
License: GPL-3 | ||
LinkingTo: Rcpp, RcppArmadillo | ||
Roxygen: list() | ||
RoxygenNote: 7.3.1 | ||
Encoding: UTF-8 | ||
Imports: | ||
|
@@ -17,7 +26,8 @@ Imports: | |
MASS (>= 7.3-60.2), | ||
irlba (>= 2.3.5.1), | ||
clue (>= 0.3-65), | ||
ciftiTools (>= 0.16.1) | ||
ciftiTools (>= 0.16.1), | ||
parallel (>= 4.4.0) | ||
Depends: | ||
R (>= 4.1.0) | ||
LazyData: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,7 @@ bibentry( | |
bibtype = "Article", | ||
title = "Sparse Independent Component Analysis with an Application to Cortical Surface fMRI Data in Autism", | ||
author = c(person(given = c("Zihang"), | ||
family = "Wang", | ||
email = "[email protected]"), | ||
family = "Wang"), | ||
person(given = "Irina", | ||
family = "Gaynanova"), | ||
person(given = "Aleksandr", | ||
|
@@ -12,6 +11,8 @@ bibentry( | |
family = "Risk")), | ||
journal = "Journal of the American Statistical Association", | ||
year = "2024", | ||
pages = "1--13", | ||
volume = "119", | ||
number = "548", | ||
pages = "2508-2520", | ||
doi = "10.1080/01621459.2024.2370593" | ||
) |
Binary file not shown.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.