|
1 |
| - |
2 | 1 | #' DesikanKillianyTourville
|
3 |
| -#' |
4 |
| -#' A data frame label numbers and names for the neuroanatomical |
| 2 | +#' |
| 3 | +#' A data frame label numbers and names for the neuroanatomical |
5 | 4 | #' DesikanKillianyTourville labels.
|
6 |
| -#' |
| 5 | +#' |
7 | 6 | #' @docType data
|
8 | 7 | #' @references \url{http://www.ncbi.nlm.nih.gov/pubmed/23227001}
|
9 | 8 | #' @format A data frame listing the following variables.
|
|
16 | 15 | #' \item{\code{hemisphere}}{ left or right hemisphere. }
|
17 | 16 | #' }
|
18 | 17 | #' @examples
|
19 |
| -#' data(DesikanKillianyTourville) |
| 18 | +#' data(DesikanKillianyTourville) |
20 | 19 | "DesikanKillianyTourville"
|
21 | 20 |
|
22 | 21 | #' BOLD Correlation Matrix
|
23 |
| -#' |
| 22 | +#' |
24 | 23 | #' A data frame with an example square BOLD correlation matrix.
|
25 |
| -#' |
| 24 | +#' |
26 | 25 | #' @docType data
|
27 |
| -#' |
28 |
| -#' @format A data frame square correlation matrix listed by AAL |
| 26 | +#' |
| 27 | +#' @format A data frame square correlation matrix listed by AAL |
29 | 28 | #' anatomical column names.
|
30 | 29 | #' @references \url{http://en.wikipedia.org/wiki/Automated_Anatomical_Labeling}
|
31 |
| -#' @examples |
| 30 | +#' @examples |
32 | 31 | #' data(bold_correlation_matrix)
|
33 | 32 | "bold_correlation_matrix"
|
34 | 33 |
|
35 | 34 | #' @title powers_areal_mni_itk
|
36 | 35 | #' @docType data
|
37 |
| -#' @description A data frame providing coordinates for the nodes |
38 |
| -#' identified by Powers at al. Coordinates have been modified from nifti |
| 36 | +#' @description A data frame providing coordinates for the nodes |
| 37 | +#' identified by Powers at al. Coordinates have been modified from nifti |
39 | 38 | #' space to ITK space
|
40 | 39 | #' @format A data frame listing the following variables.
|
41 | 40 | #' \describe{
|
|
49 | 48 | #' \item{\code{r}}{ red value for system }
|
50 | 49 | #' \item{\code{g}}{ green value for system }
|
51 | 50 | #' \item{\code{b}}{ blue value for system }
|
52 |
| -#' \item{\code{Anatomy}}{ anatomical location as |
| 51 | +#' \item{\code{Anatomy}}{ anatomical location as |
53 | 52 | #' determined by OASIS labeling }
|
54 | 53 | #' \item{\code{Lobe}}{ lobe location of node }
|
55 | 54 | #' \item{\code{Brodmann}}{ Broadmann area number }
|
56 | 55 | #' \item{\code{AAL}}{ AAL region label }
|
57 | 56 | #' }
|
58 | 57 | #' #' @references \url{http://www.nil.wustl.edu/labs/petersen/Resources.html}
|
59 |
| -#' |
60 |
| -#' @examples |
| 58 | +#' |
| 59 | +#' @examples |
61 | 60 | #' data(powers_areal_mni_itk)
|
62 | 61 | #' \dontrun{
|
63 |
| -#' fixed <- antsImageRead( getANTsRData("ch2") ) |
64 |
| -#' moving <- antsImageRead( getANTsRData("mni") ) |
65 |
| -#' mytx <- antsRegistration( fixed=fixed, moving=moving, |
66 |
| -#' typeofTransform = c("SyN") ) |
67 |
| -#' data( "powers_areal_mni_itk", package = "ANTsR", envir = environment() ) |
68 |
| -#' coords = powers_areal_mni_itk[,1:3] |
69 |
| -#' ch2reg = antsRegistration( fixed, moving, typeofTransform = "SyN" ) |
70 |
| -#' coordsw <- antsApplyTransformsToPoints( |
71 |
| -#' dim=3, points=coords, |
72 |
| -#' transformlist=ch2reg$fwdtransforms, |
73 |
| -#' whichtoinvert=c(FALSE,FALSE) ) |
74 |
| -#' ptrd = 3 |
75 |
| -#' powersLabels = makePointsImage( coordsw, moving, radius = pard ) |
76 |
| -#' plot( moving, powersLabels, axis=3, nslices=30 ) |
| 62 | +#' fixed <- antsImageRead(getANTsRData("ch2")) |
| 63 | +#' moving <- antsImageRead(getANTsRData("mni")) |
| 64 | +#' mytx <- antsRegistration( |
| 65 | +#' fixed = fixed, moving = moving, |
| 66 | +#' typeofTransform = c("SyN") |
| 67 | +#' ) |
| 68 | +#' data("powers_areal_mni_itk", package = "ANTsR", envir = environment()) |
| 69 | +#' coords <- powers_areal_mni_itk[, 1:3] |
| 70 | +#' ch2reg <- antsRegistration(fixed, moving, typeofTransform = "SyN") |
| 71 | +#' coordsw <- antsApplyTransformsToPoints( |
| 72 | +#' dim = 3, points = coords, |
| 73 | +#' transformlist = ch2reg$fwdtransforms, |
| 74 | +#' whichtoinvert = c(FALSE, FALSE) |
| 75 | +#' ) |
| 76 | +#' ptrd <- 3 |
| 77 | +#' powersLabels <- makePointsImage(coordsw, moving, radius = pard) |
| 78 | +#' plot(moving, powersLabels, axis = 3, nslices = 30) |
77 | 79 | #' }
|
78 | 80 | #' @keywords datasets
|
79 | 81 | "powers_areal_mni_itk"
|
80 | 82 |
|
81 | 83 |
|
82 | 84 | #' @title tracts
|
83 | 85 | #' @docType data
|
84 |
| -#' @description A data frame label numbers and names for |
| 86 | +#' @description A data frame label numbers and names for |
85 | 87 | #' the white matter tracts labels.
|
86 | 88 | #' @format A data frame listing the following variables.
|
87 | 89 | #' \describe{
|
88 |
| -#' \item{\code{label_num}}{ Numerical label value. } |
| 90 | +#' \item{\code{label_num}}{ Numerical label value. } |
89 | 91 | #' \item{\code{label_name}}{ Shorthand anatomical value. }
|
90 | 92 | #' }
|
91 | 93 | #' @references \url{http://www.ncbi.nlm.nih.gov/pubmed/18407524}
|
|
96 | 98 |
|
97 | 99 | #' @title AAL Labels
|
98 | 100 | #' @docType data
|
99 |
| -#' @description A data frame label numbers and names |
| 101 | +#' @description A data frame label numbers and names |
100 | 102 | #' for the neuroanatomical AAL labels.
|
101 | 103 | #' @format A data frame listing the following variables.
|
102 | 104 | #' \describe{
|
|
116 | 118 | #' \item{\code{temporal}}{binary value}
|
117 | 119 | #' \item{\code{unknown}}{binary value}
|
118 | 120 | #' }
|
119 |
| -#' @references |
| 121 | +#' @references |
120 | 122 | #' \url{http://en.wikipedia.org/wiki/Automated_Anatomical_Labeling}
|
121 |
| -#' @examples |
| 123 | +#' @examples |
122 | 124 | #' data(aal)
|
123 | 125 | #' @keywords datasets
|
124 | 126 | "aal"
|
|
127 | 129 | #' @name antsrVersions
|
128 | 130 | #' @title antsrVersions
|
129 | 131 | #' @docType data
|
130 |
| -#' @description A data frame defining the git tag |
131 |
| -#' for the current ANTsR version. One can also see |
132 |
| -#' antsrVersions from ANTsRCore to get the git tag for |
| 132 | +#' @description A data frame defining the git tag |
| 133 | +#' for the current ANTsR version. One can also see |
| 134 | +#' antsrVersions from ANTsRCore to get the git tag for |
133 | 135 | #' those dependencies.
|
134 | 136 | #' @format A data frame listing the following variables.
|
135 | 137 | #' \describe{
|
136 | 138 | #' \item{\code{Dependency}}{ Name of software dependency. }
|
137 |
| -#' \item{\code{GitTag}}{ The git tag. This can also be used to |
138 |
| -#' trace other dependencies, e.g. the ITK version used by the |
| 139 | +#' \item{\code{GitTag}}{ The git tag. This can also be used to |
| 140 | +#' trace other dependencies, e.g. the ITK version used by the |
139 | 141 | #' current ANTs version. }
|
140 | 142 | #' }
|
141 | 143 | #' @references \url{https://github.com/stnava/ANTs}
|
|
0 commit comments