forked from MICA-MNI/ENIGMA
-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 parent
df8fa15
commit 7968437
Showing
46 changed files
with
933 additions
and
446 deletions.
There are no files selected for viewing
Binary file not shown.
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
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
docs/pages/13.01.apireference/generated/enigmatoolbox.datasets.load_mask.rst
This file was deleted.
Oops, something went wrong.
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
21 changes: 21 additions & 0 deletions
21
docs/pages/13.02.apireferencematlab/generated/centroid_extraction_sphere.rst
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
.. _apireferencelist_centroid_extraction_sphere: | ||
|
||
.. title:: Matlab API | centroid_extraction_sphere | ||
|
||
.. _centroid_extraction_sphere_mat: | ||
|
||
centroid_extraction_sphere() | ||
------------------------------------ | ||
|
||
**Usage** [`source <>>`_]: | ||
.. function:: | ||
centroid_extraction_sphere = centroid_extraction_sphere() | ||
|
||
**Description**: | ||
... | ||
|
||
**Inputs**: | ||
**...** ... | ||
|
||
**Outputs**: | ||
**...** (*...*) – ... |
22 changes: 22 additions & 0 deletions
22
docs/pages/13.02.apireferencematlab/generated/fetch_ahba.rst
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
.. _apireferencelist_fetch_ahba: | ||
|
||
.. title:: Matlab API | fetch_ahba | ||
|
||
.. _fetch_ahba_mat: | ||
|
||
fetch_ahba() | ||
------------------------------------ | ||
|
||
**Usage** [`source <https://github.com/MICA-MNI/ENIGMA/blob/master/matlab/scripts/ahba/fetch_ahba.m>`_]: | ||
.. function:: | ||
genes = fetch_ahba(); | ||
|
||
**Description**: | ||
Fetch Allen Human Brain Atlas microarray expression data from all donors and all genes (author: @saratheriver) | ||
|
||
**Inputs**: | ||
**csvfile** (empty or string) – Path to downloaded csvfile. If empty (default), fetches microarray | ||
expression data from the internet. | ||
|
||
**Outputs**: | ||
**genes** (*table*) - Gene co-expression data, size = [82 x 15634] |
21 changes: 21 additions & 0 deletions
21
docs/pages/13.02.apireferencematlab/generated/load_conte69.rst
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
.. _apireferencelist_load_conte69: | ||
|
||
.. title:: Matlab API | load_conte69 | ||
|
||
.. _load_conte69_mat: | ||
|
||
load_conte69() | ||
------------------------------------ | ||
|
||
**Usage** [`source <>>`_]: | ||
.. function:: | ||
load_conte69 = load_conte69() | ||
|
||
**Description**: | ||
... | ||
|
||
**Inputs**: | ||
**...** ... | ||
|
||
**Outputs**: | ||
**...** (*...*) – ... |
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
.. _apireferencelist_mat_load_fc: | ||
|
||
.. title:: Matlab API | load_fc | ||
|
||
.. _load_fc_mat: | ||
|
||
load_fc() | ||
------------------------------ | ||
|
||
**Usage** [`source <https://github.com/MICA-MNI/ENIGMA/blob/master/matlab/scripts/load_connectivity/load_fc.m>`_]: | ||
.. function:: | ||
[funcMatrix_ctx, funcLabels_ctx, funcMatrix_sctx, funcLabels_sctx] = load_fc() | ||
|
||
**Description:** | ||
Load functional connectivity data parcellated using Desikan Killiany (author: @saratheriver) | ||
|
||
**Outputs:** | ||
- **funcMatrix_ctx** (*double array*) – Cortico-cortical connectivity, size = [68 x 68] | ||
- **funcLabels_ctx** (*cell array*) – Cortical labels, size = [1 x 68] | ||
- **funcMatrix_sctx** (*double array*) – Subcortico-cortical connectivity, size = [14 x 68] | ||
- **funcLabels_sctx** (*cell array*) – Subcortical labels, size = [1 x 14] |
21 changes: 21 additions & 0 deletions
21
docs/pages/13.02.apireferencematlab/generated/load_fsa5.rst
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
.. _apireferencelist_load_fsa5: | ||
|
||
.. title:: Matlab API | load_fsa5 | ||
|
||
.. _load_fsa5_mat: | ||
|
||
load_fsa5() | ||
------------------------------------ | ||
|
||
**Usage** [`source <>>`_]: | ||
.. function:: | ||
load_fsa5 = load_fsa5() | ||
|
||
**Description**: | ||
... | ||
|
||
**Inputs**: | ||
**...** ... | ||
|
||
**Outputs**: | ||
**...** (*...*) – ... |
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
.. _apireferencelist_mat_load_sc: | ||
|
||
.. title:: Matlab API | load_sc | ||
|
||
.. _load_sc_mat: | ||
|
||
load_sc() | ||
------------------------------ | ||
|
||
**Usage** [`source <https://github.com/MICA-MNI/ENIGMA/blob/master/matlab/scripts/load_connectivity/load_sc.m>`_]: | ||
.. function:: | ||
[strucMatrix_ctx, strucLabels_ctx, strucMatrix_sctx, strucLabels_sctx] = load_sc() | ||
|
||
**Description:** | ||
Load structural connectivity data parcellated using Desikan Killiany (author: @saratheriver) | ||
|
||
**Outputs:** | ||
- **strucMatrix_ctx** (*double array*) – Cortico-cortical connectivity, size = [68 x 68] | ||
- **strucLabels_ctx** (*cell array*) – Cortical labels, size = [1 x 68] | ||
- **strucMatrix_sctx** (*double array*) – Subcortico-cortical connectivity, size = [14 x 68] | ||
- **strucLabels_sctx** (*cell array*) – Subcortical labels, size = [1 x 14] |
21 changes: 21 additions & 0 deletions
21
docs/pages/13.02.apireferencematlab/generated/load_subcortical.rst
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
.. _apireferencelist_load_subcortical: | ||
|
||
.. title:: Matlab API | load_subcortical | ||
|
||
.. _load_subcortical_mat: | ||
|
||
load_subcortical() | ||
------------------------------------ | ||
|
||
**Usage** [`source <>>`_]: | ||
.. function:: | ||
load_subcortical = load_subcortical() | ||
|
||
**Description**: | ||
... | ||
|
||
**Inputs**: | ||
**...** ... | ||
|
||
**Outputs**: | ||
**...** (*...*) – ... |
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
21 changes: 21 additions & 0 deletions
21
docs/pages/13.02.apireferencematlab/generated/parcel_to_surface.rst
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
.. _apireferencelist_parcel_to_surface: | ||
|
||
.. title:: Matlab API | parcel_to_surface | ||
|
||
.. _parcel_to_surface_mat: | ||
|
||
parcel_to_surface() | ||
------------------------------------ | ||
|
||
**Usage** [`source <>>`_]: | ||
.. function:: | ||
parcel_to_surface = parcel_to_surface() | ||
|
||
**Description**: | ||
... | ||
|
||
**Inputs**: | ||
**...** ... | ||
|
||
**Outputs**: | ||
**...** (*...*) – ... |
21 changes: 21 additions & 0 deletions
21
docs/pages/13.02.apireferencematlab/generated/perm_sphere_p.rst
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
.. _apireferencelist_perm_sphere_p: | ||
|
||
.. title:: Matlab API | perm_sphere_p | ||
|
||
.. _perm_sphere_p_mat: | ||
|
||
perm_sphere_p() | ||
------------------------------------ | ||
|
||
**Usage** [`source <>>`_]: | ||
.. function:: | ||
perm_sphere_p = perm_sphere_p() | ||
|
||
**Description**: | ||
... | ||
|
||
**Inputs**: | ||
**...** ... | ||
|
||
**Outputs**: | ||
**...** (*...*) – ... |
21 changes: 21 additions & 0 deletions
21
docs/pages/13.02.apireferencematlab/generated/plot_cortical.rst
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
.. _apireferencelist_plot_cortical: | ||
|
||
.. title:: Matlab API | plot_cortical | ||
|
||
.. _plot_cortical_mat: | ||
|
||
plot_cortical() | ||
------------------------------------ | ||
|
||
**Usage** [`source <>>`_]: | ||
.. function:: | ||
plot_cortical = plot_cortical() | ||
|
||
**Description**: | ||
... | ||
|
||
**Inputs**: | ||
**...** ... | ||
|
||
**Outputs**: | ||
**...** (*...*) – ... |
21 changes: 21 additions & 0 deletions
21
docs/pages/13.02.apireferencematlab/generated/plot_subcortical.rst
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
.. _apireferencelist_plot_subcortical: | ||
|
||
.. title:: Matlab API | plot_subcortical | ||
|
||
.. _plot_subcortical_mat: | ||
|
||
plot_subcortical() | ||
------------------------------------ | ||
|
||
**Usage** [`source <>>`_]: | ||
.. function:: | ||
plot_subcortical = plot_subcortical() | ||
|
||
**Description**: | ||
... | ||
|
||
**Inputs**: | ||
**...** ... | ||
|
||
**Outputs**: | ||
**...** (*...*) – ... |
21 changes: 21 additions & 0 deletions
21
docs/pages/13.02.apireferencematlab/generated/reorder_sctx.rst
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
.. _apireferencelist_reorder_sctx: | ||
|
||
.. title:: Matlab API | reorder_sctx | ||
|
||
.. _reorder_sctx_mat: | ||
|
||
reorder_sctx() | ||
------------------------------------ | ||
|
||
**Usage** [`source <>>`_]: | ||
.. function:: | ||
reorder_sctx = reorder_sctx() | ||
|
||
**Description**: | ||
... | ||
|
||
**Inputs**: | ||
**...** ... | ||
|
||
**Outputs**: | ||
**...** (*...*) – ... |
Oops, something went wrong.