Skip to content

Commit

Permalink
added the lut readers and fixed imports
Browse files Browse the repository at this point in the history
  • Loading branch information
muschellij2 committed Feb 19, 2018
1 parent ffa6fcc commit b41f01b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
Package: sri24
Version: 0.1.0
Version: 0.1.1
Title: SRI24 MRI Atlas for Normal Adult Brain Anatomy
Description: SRI24 is an 'MRI'-based atlas of normal adult human brain anatomy, generated by template-free nonrigid registration from images of 24 normal control subjects. The atlas comprises 'T1', 'T2', and 'PD' weighted structural 'MRI', tissue probability maps ('GM', 'WM', 'CSF'), maximum-likelihood tissue segmentation, 'DTI'-based measures ('FA', 'MD', longitudinal and transversal diffusivity), and two labels maps of cortical regions and subcortical structures.
Authors@R: c(person(given = "John", family = "Muschelli",
role = c("aut", "cre"), email = "muschellij2@gmail.com",
comment = NULL))
License: CC BY-SA 3.0 + file LICENSE
Imports:
utils
Suggests:
knitr,
rmarkdown,
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ export(sri24_image_df)
export(sri24_images)
export(sri24_label_df)
export(sri24_label_list)
importFrom(utils,read.table)
1 change: 1 addition & 0 deletions R/sri24_label_list.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#' sri24_label_list()
#' sri24_label_df()
#' sri24_label_df("LPBA40")
#' @importFrom utils read.table
sri24_label_list = function() {
lab_file = system.file("extdata", "SRI24-tzo116plus.txt", package = "sri24")
lab_file = readLines(lab_file)
Expand Down

0 comments on commit b41f01b

Please sign in to comment.