forked from muschellij2/neuroc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.Rmd
66 lines (47 loc) · 2.03 KB
/
index.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
---
title: "Neuroconductor"
date: '`r Sys.Date()`'
output:
html_document:
keep_md: true
theme: cosmo
toc: true
toc_depth: 1
toc_float:
collapsed: false
---
# Guides for Developers {#devguides}
1. [Preparing Your Package for Submission](getting_ready_for_submission/index.html)
2. [Changes to your Package](continuous_integration/index.html)
# Frequently Asked Questions (FAQ)
Please visit the [FAQ](faq/index.html) for information on how to begin.
# Installation Guides {#install}
1. [Using the Windows Subsystem for Linux](windows_wsl/index.html)
2. [Installing devtools](installing_devtools/index.html)
3. [Installing ANTsR](installing_ANTsR/index.html)
# Required/General Readings {#req}
1. [NIfTI Basics](nifti_basics/index.html)
2. [Viewing Data: Linked Viewers](linked_viewers/index.html)
2. [Resampling Images](resample_image/index.html)
# Data
1. [Downloading Human Connectome Project Data](neurohcp/index.html)
1. [Downloading Functional Connectomes Projects](fcp_indi/index.html)
# General Tutorials {#tutorials}
## Structural Imaging
1. [Brain Extraction](brain_extraction/index.html)
2. [Brain Extraction for CT](ss_ct/index.html)
3. [Tissue-Class Segmentation](tissue_class_segmentation/index.html)
4. [Labeling Brain Structures](label_image/index.html)
5. [Processing Within-Visit Structural MRI](preprocess_mri_within/index.html)
2. [Hemorrhagic Stroke Segmentation in CT](ct_ich_seg/index.html)
6. [Cortical Thickness Estimation (NOT DONE)](cortical_thickness/index.html)
## fMRI
4. [Resting-State fMRI analysis using ANTsR](fmri_analysis_ANTsR/index.html)
5. [Resting-State fMRI analysis using fslr](fmri_analysis_fslr/index.html)
5. [Resting-State fMRI analysis using spm12r](fmri_analysis_spm12r/index.html)
## DTI
7. [DTI analysis with fslr](DTI_analysis_fslr/index.html)
8. [DTI analysis with Camino](DTI_analysis_rcamino/index.html)
8. [DTI analysis with Camino with HCP data](DTI_analysis_rcamino_hcp/index.html)
# Disease-specific Tutorials
1. [Multiple Sclerosis Lesion Segmentation](ms_lesion/index.html)