R/tracula.R

## 2d polygons ----

#' Automated probabilistic reconstruction of white-matter pathways
#'
#' @docType data
#' @name tracula
#' @keywords datasets
#' @family ggseg_atlases
#' @references Yendiki et al. (2011) Automated probabilistic reconstruction of 
#' white-matter pathways in health and disease using an atlas of the underlying anatomy.  
#' Front. Neuroinform. 5:23. doi: 10.3389/fninf.2011.00023
#' (\href{https://www.ncbi.nlm.nih.gov/pubmed/22016733}{PubMed})
#'
#' @format A data.frame with 11341 observations and 11 variables
#' \describe{
#'   \item{long}{coordinates for the x-axis}
#'   \item{lat}{coordinates for the y-axis}
#'   \item{area}{name of region}
#'   \item{hemi}{dummy name of the hemisphere}
#'   \item{side}{which side to view (sagittal)}
#'   \item{label}{label name from Freesurfer}
#'   \item{atlas}{name of the atlas}
#' }
#'
#' @examples
#' data(tracula)
"tracula"


### 3d meshes ----
#' White matter tract parcellations
#'
#' @docType data
#' @name tracula_3d
#' @keywords datasets
#' @family ggseg3d_atlases
#' @references Yendiki et al. (2011) Automated probabilistic reconstruction of 
#' white-matter pathways in health and disease using an atlas of the underlying anatomy.  
#' Front. Neuroinform. 5:23. doi: 10.3389/fninf.2011.00023
#' (\href{https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2724595/}{PubMed})
#'
#'
#' @examples
#' data(tracula_3d)
"tracula_3d"
neuroconductor-releases/ggsegTracula documentation built on Jan. 1, 2021, 11:39 a.m.