-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMANC.tissue.surf.Rd
50 lines (45 loc) · 1.32 KB
/
MANC.tissue.surf.Rd
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
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/data.R
\docType{data}
\name{MANC.tissue.surf}
\alias{MANC.tissue.surf}
\alias{MANC.tissue.surf.sym}
\alias{MANC.nerves}
\title{Simplified (and symmetrized) tissue surface of MALEVNC}
\format{
An object of class \code{hxsurf} (inherits from \code{list}) of length 4.
An object of class \code{hxsurf} (inherits from \code{list}) of length 4.
An object of class \code{hxsurf} (inherits from \code{list}) of length 4.
}
\usage{
MANC.tissue.surf
MANC.tissue.surf.sym
MANC.nerves
}
\description{
\code{MANC.tissue.surf.sym} is a symmetrised version of
\code{MANC.tissue.surf} using \code{\link{symmetric_manc}}.
\code{MANC.nerves} contains meshes of 35 nerves: 17 symmetric
pairs \code{(L)/(R)} and \code{AbNT}. These were hand-drawn based on the
MANC grayscale data, guided by motor neuron and sensory neuron axon
reconstructions. Abbreviated names follow the conventions established in
Court et al., 2020 and are defined in Table 2 of Takemura et al., 2023.
}
\examples{
\dontrun{
# Depends on nat
library(nat)
wire3d(MANC.tissue.surf)
wire3d(MANC.tissue.surf.sym)
}
\dontrun{
# Depends on nat
library(nat)
plot3d(MANC.nerves)
}
\donttest{
# Nerve names and their default colours
as.data.frame(MANC.nerves[c("RegionList", "RegionColourList")])
}
}
\keyword{datasets}