MSTAT. The MIDAS Statistical Analysis Package. Karl Young, Patrice Weber and Norbert Schuff, 2006 University of California San Francisco

Size: px
Start display at page:

Download "MSTAT. The MIDAS Statistical Analysis Package. Karl Young, Patrice Weber and Norbert Schuff, 2006 University of California San Francisco"

Transcription

1 MSTAT The MIDAS Statistical Analysis Package Karl Young, Patrice Weber and Norbert Schuff, 2006 University of California San Francisco Contents Introduction... 2 The User Interface... 2 Running the MSTAT Application... 2 Setting module preferences... 3 Changing the active project... 3 Exploring a project... 3 Creating a data frame... 5 Exploring a project data frames... 7 Running statistics on a project Mean and Standard deviation T-test Single Subject Data Analysis (studentized residuals)... 9 The R Statistics Routines Usage MSTAT Commands midas_check_array midas_check_files midas_csf_correct midas_exclude_mask midas_mean_stdev midas_multi_mask midas_remove_outliers midas_student_res_frame midas_student_res_one midas_ttest midas_write_file Acknowledgements

2 Introduction The Statistical Analysis Package for the MIDAS project (MSTAT) provides an interface for standard statistical analysis as well as exploratory data analysis of spatially normalized MRSI data. MSTAT offers a library of statistical functions written in the R statistical language that can be accessed via a JAVA based graphical user interface (GUI) or directly from the R command line. Analyses are performed on each and every image voxel using standard (univariate) statistical tests, generally also known as Statistical Parametric Mapping. The input to MSTAT is a set of metabolite and tissue segmentation images in a standard space defined in terms of some brain template (e.g. the Montreal Neurological Institute (MNI) template) and generated at an earlier stage of the MIDAS processing pipeline. The standard outputs from MSTAT are statistical maps, which present the test results voxel-by-voxel for the graphical representations of the results in form of an image. The standard format of the statistical maps is ANALYZE. A text format that lists results ranked by statistical significance is also provided. The lingua-franca of MSTAT is the data frame as defined and used in various implementations of the S statistical language (e.g. the open source package R of the commercial package Splus). The standard MSTAT data frame is generated from the MIDAS XML files via the JAVA GUI and contains a set of columns specifying complete local or remote paths to image and quality map file names as well as any requested metadata for a set of rows representing subjects, possibly from different projects, as specified via the GUI. MSTAT provides a set of statistical routines which operate on MSTAT data frames to generate various images such as mean and standard deviation images, as well as statistical parametric maps such as t-test maps. The User Interface Running the MSTAT Application The program can be started from the MIDAS Toolbar The Midas Statistics program (MSTAT) is composed of several independent modules that are loaded at run-time: Four modules are currently available: Project XML Browser Data frame Wizard Data frame Explorer Statistics Models To check which modules are used by the application, on the Views menu, click Preferences and then click the Midas [mainframe] tab (left of the window). Under module manager is displayed the list of modules and the order in which there are loaded. Modifying the modules order doesn t affect the program functionalities, but will change the application toolbars ordering. 2

3 Setting Module Preferences Some application modules have extra settings that can be access in the preference tab panels (see above picture). On the Views menu, click Preferences and then click the module tab (left of the window) to display the settings window. Changing the Active Project Begin the statistical session by selecting the study project that contains the data to be analyzed. Use the drop-down menu on the main toolbar to obtain a listing of the various projects. By clicking on the button labeled Active Project you can set the current active project to be the application default project for the statistical analysis. Exploring a Project Use the button to open the MIDAS browser (see picture below). The top view is a tree rendition of the project XML node structure that allows you to see the subject identification (ID) and data contained within a project. The browser top view also displays the project atlas and the statistical analyses when present. The lower view displays a list of parameters (or node attributes) and their corresponding values for a selected node in the top view. 3

4 Right click menu options: Add node comment: a simple tool used to add a comment field to any selected node in the project Duplicate subject xml: duplicate a subject.xml (for debugging purpose). Remove Subject from project: delete a subject and its associated data in the current project Remove current node: delete from a subject the selected nodes (series, process or data nodes) from a subject. You can only delete multiple nodes if they are of the same type. Export transformation: export a rigid, affine or non-linear transformation parameters to an ASCII file Export to Analyze format: a data volume to analyze format. Export to Midas format: a data volume to Midas format (.mdh,.vol). Display file: display an image file using the default viewer (see setting module preferences for more details). 4

5 Creating a Data Frame Before running a statistical analysis on a project, you will need to organize and store the data to be analyzed in a two-dimensional data object, also called a data frame. A data frame can contain columns of different type. For example, the first column can contain character data, e.g. the code name of a subject, while the second column can contain numeric data, e.g. intensity of NAA at position x,y,z. All columns in a data frame must have the same length, thus yielding a rectangular data sheet. Click the button to launch the data frame wizard and to organize the data in a data frame. Step 1: Select the data project, the modality (T1 or SI) and the resolution of the data in common space (atlas). The drop down menu will give the user the choice of the resolutions found in the project. An empty combo box means that the subject data have not been transformed to the atlas space (see registration documentation on how to do this). Step 2: Select the variables you want to include in you data frame. You can refine your criteria and filter the variable values by checking the assigned value column. Doing so will display a drop down menu for categorical variables or a range selection for continuous variables. 5

6 Step 3: Select the observation frames (a variable 3D map, like a metabolite for example) you want to include in your data frame. The wizard will display four pre-selected observations by default (the segmentation maps grey matter, white matter, CSF and Line width). Important: It is not recommended to uncheck any of the pre-selected observation frames. These observations are required to compute the quality map mask (optional) in the statistical analyses. Step 4: Select the subjects you wish to include in your analyses. Step 5: give a name to your data frame (no whitespaces allowed) and add optional comments. Click the save button to complete the wizard. 6

7 Exploring a Project Data Frames Use the button to open a new data frame explorer, which permits manipulating a data frame. Data frame list right click menu options: Delete a data frame. Export a data frame to a tab or comma delimited text file. Save the data frame as a HTML document. The data frame elements representing a 3D map (metabolites or segmentation for example) are exported as Analyze files with the data frame table. Running Statistics on a Project 1 - Mean and Standard deviation A voxel-by-voxel analysis of mean and standard deviations in metabolite images can be performed by executing the midas_mean_stdev function. Click the button to launch a new analysis window. 1) In the Data section select the data frame you want to run your analysis on. 2) In the Analysis parameters section, select the observation (NAA concentration for example) and the analysis variable (age or sex for example depending on the data frame chosen). With categorical variables you can further filter the data frame by specifying a class value. 7

8 3) In the Quality map section select if you want to apply a quality mask to limit the computations to a certain quality of spectra. The quality map is currently based on the line width observation. The required parameters are the line width cutoffs (default values 2 and 7 Hz) and the minimum number of subjects included in an average voxel (default value 5) Click on the Run button to launch the R script. At the end of the computation, a dialog box should pop up providing information if the process has been successful. At the end of the computation, the results will be saved as new analysis process under the Statistics node in the project browser. 2 - T-test A voxel-by-voxel t-test (to test whether two samples come from distributions with the same means) can be performed by executing the midas_ttest function. Click the button to launch a new analysis window. 1) In the Data section select the data frame you want to run your analysis on. 2) In the Analysis parameters section, select an observation (NAA concentration for example) and the grouping variable used to create the two populations for the t-test. For continuous 8

9 variables you have the choice of a cut-off point, the median or the mean value of the given variable within the data frame. 3) In the Hypothesis section select what kind of t-test to perform. The choices are "two.sided", "less", or "greater". The default setting is "two.sided". 4) Select a quality map option (refer to the mean and standard deviation analysis for details) 5) Click the Run button to launch the R script. At the end of the computation, a dialog box will pop up, telling the user if the process has been successful. At the end of the computation, the results will be saved as new analysis process under the Statistics node in the project browser. 3 - Single Subject Data Analysis (studentized residuals) A voxel-by-voxel test to determine whether metabolite values of a single subject are different from those of a specific group of subjects (e.g. healthy control subjects), can be performed using the midas_student_res_frame function. Click the button to launch a new analysis window. 1) In the Data section select the data frame you want to run your analysis on. By default the studentized test will be run for every subject in the data frame. To run the test on a subset of subjects, click on the Subjects check box and open a project browser to make your selection. 2) In the Analysis parameters section, select the observation and the analysis variable. 3) Select a quality map option (refer to the mean and standard deviation analysis for details) 9

10 The R Statistics Routines The statistical routines are written using R an open-source software environment for statistical computing and graphics. Information is available at The statistical routines called by the MSTAT interface are contained in a single R source file Midas.R. The intention is to provide a single source file that can be loaded either at the R command line or used transparently by the GUI when invoking the R interpreter. The routines utilize the fast Analyze I/O routines provided by the AnalyzeFMRI package (J.L. Marchini, R Package: AnalyzeFMRI: Functions for analysis of fmri datasets stored in the ANALYZE format, (2004). Available at Combined with utilization of R s ability to perform vectorized calculations, and avoidance of loops where possible, which allows MSTAT to perform large 3D image calculations efficiently. Usage To use the MSTAT routines from the command line (which allows for greater flexibility regarding performing exploratory data analysis) one starts the R interpreter (Start -> Programs -> R -> R 2.x.x), and at the R prompt enters: > Midas.R= Midas_Intallation_Path/Bin/MSTAT/Midas.R > source( Midas.R ) At that point any of the MSTAT commands are available. 10

11 MSTAT Commands midas_check_array Checks arrays for missing values, NaN's, and Inf's Description Usage Checks arrays for missing values, NaN's, and Inf's midas_check_array(checkarray, domissing = TRUE, missing = 0, donan = TRUE, nan = 0, doinf = TRUE, inf = 0) Arguments checkarray array to check domissing TRUE, FALSE re. checking for missing values. default = TRUE missing what to replace missing values with, default = 0.0 donan TRUE, FALSE re. checking for NaN's values. default = TRUE nan what to replace NaN's with, default = 0.0 doinf TRUE, FALSE re. checking for Inf's values. default = TRUE inf what to replace Inf's with, default = 0.0 Value Array with missing values and/or NaN's and/or Inf's replaced Warning Don't use with large image files (resolution ~ 1 mm) this function gets really really slow for big arrays - in that case try to make sure the incoming arrays are ok before using mstat routines Author(s) Karl Young, CIND, UCSF midas_check_files Checks dataframe files Description Checks that image files specified in a row and read in from a dataframe actually exist Usage 11

12 midas_check_files(datatable, subject, imcol, imfile = TRUE, maskfile = TRUE, csffile = TRUE, gmfile = TRUE, wmfile = TRUE) Arguments datatable subject dataframe column names subject name for datafrmae row imcol a variable containing the name of the column specifying the image quantity to be used. default = "NAcetylAspartate_Norm". imfile maskfile csffile gmfile wmfile whether to check image file, default=true whether to check mask file, default=true whether to check csf file, default=true whether to check gm file, default=true whether to check wm file, default=true Value 1 if all requested file checks passed 0 if one or more file checks failed Author(s) Karl Young, CIND, UCSF midas_csf_correct Performs CSF correction on an image file Description Performs CSF correction on an image file using a modified sigmoid function Usage midas_csf_correct(mytable, subject, csfthresh = 0.75, sigparam = 15) Arguments mytable subject dataframe containing subject subject id (row) in data frame csfthresh threshold parameter for sigmoid function. default = 0.75 sigparam curvature parameter for sigmoid function. default = 15 Details 12

13 Typical CSF corrections use a multiplier consisting of linear increase up to a threshold and zero beyond that (i.e. "mostly" CSF beyond that). The problem with this is that the large difference at the threshold leads to distracting image artifacts so it was felt a smoother correction would be desirable. Hence this function uses an "inverted" sigmoid (i.e. going from 1 to 0) through a threshold, multiplied by the previously mentioned function, i.e. a linear increase up to the threshold. Value Array containing voxel CSF correction multiplier values Author(s) Karl Young, CIND, UCSF midas_exclude_mask Generate an image mask from an image and truncation values Description Generate an image mask from an image and truncation values; e.g. current typical usage is to generate a mask from a linewidth image image specifying upper and lower linewidth criteria. Usage midas_exclude_mask(maskfile, highthresh = upmasklim, lowthresh = lowmasklim) Arguments maskfile image file to generate a mask from highthresh upper threshold for image file values used to generate mask. currently uses default upper linewidth limit of 11 Hz as default lowthresh lower threshold for image file values used to generate mask. currently uses default lower linewidth limit of 2 Hz as default Value Array containing mask Author(s) Karl Young, CIND, UCSF 13

14 midas_mean_stdev Calculate Mean and Standard Deviation Images Description Calculate mean and standard deviation images from a set of images whose filenames reside in a dataframe passed as argument Usage midas_mean_stdev(dataframe, imcol = mycol, leavemout = c(0), classcol = "None", class = "class", maskhigh = upmasklim, masklow = lowmasklim, minvox = 5, outfile = "nosave") Arguments dataframe Value imcol leavemout classcol class maskhigh masklow minvox outfile a dataframe containing rows which either contain subject metadata or full paths to subject image files to be processed a variable containing the name of the column specifying the image quantity to be used. default = "NAcetylAspartate_Norm" a vector of integers specifying which rows of the dataframe to ignore when calculating the mean and standard deviation - handy when calling midas_mean_stdev from other functions.default = c(0) if mean and standard deviation images are to be restricted to some class (e.g. "female") this variable contains the name of the column containing the class specifier (e.g. "Subject_sex"). default = "None" if mean and standard deviation images are to be restricted to some class this variable contains the name of the class (e.g. "female") and must be accompanied by specification of the column variable, classcol, containing the class specifier (e.g. "Subject_sex"). default = "class" a value specifying the upper limit in a mask image for any voxel to be included in the calculations; if violated the voxel will be masked out. Currently uses linewidth in Hz with default = 11 a value specifying the lower limit in a mask image for any voxel to be included in the calculations; if violated the voxel will be masked out. Currently uses linewidth in Hz with default = 2 the minimum number of voxels (i.e. subjects with good data in that voxel) required for a voxel to be included in the final mean and standard deviation images, if violated the voxel will be masked out.default = 5 portion of a file name for output images (if specified mean, standard deviation and mask analyze image, header pairs will be output with appropriate strings appended to the filename). The default is to not save any files.default = "nosave" 14

15 An array of 3 images: 1) mean image, 2) standard deviation image, 3) mask image (0 where mean and std were calculated, 1 where no image value was returned) Warning Large sets (> 10) of large image files (resolution ~ 1 mm) have caused crashes due to exceeding R's memory limits Note Currently a CSF correction based on a modified sigmoid function is applied to the image values at each voxel and requires that the fields CSF_SIMap_Norm, GM_SIMap_Norm, and WM_SIMap_Norm exist in the datframe passed in and point to the appropriate image files for each subject. See the documentation for midas_csf_correct for details. Author(s) Karl Young, CIND, UCSF See Also midas_csf_correct, midas_exclude_mask, midas_csf_correct,midas_exclude_mask Examples ##---- The following example depends on the files Midas.R and the dataframe, ## myframe.txt, existing in the current directory or path and that ## myframe.txt has column entries pointing to analyze image files either ## in the directory, path or having specified path names source("midas.r") mean_stdev <- midas_mean_stdev(dataframe="myframe.txt",imcol="tcholine_norm",maskhigh= 10.0,masklow=3.0,outfile="my_tCholine",minvox=4.0) midas_multi_mask Generate a mask from multiple images Description Generate a threshold based mask from a dataframe like the one used for t-tests and other statistical tests Usage midas_multi_mask(dataframe, classcol = "None", class = "class", cutpoint = 0, cutstyle = "greater", maskmin = 0.01) Arguments dataframe a dataframe containing rows which either contain subject metadata or full paths to subject image files to be processed classcol if mean and standard deviation images are to be restricted to some class (e.g. "female") this variable contains the name of the column containing the class specifier (e.g. "Subject_sex"). default = "None" 15

16 class if mean and standard deviation images are to be restricted to some class this variable contains the name of the class (e.g. "female") and must be accompanied by specification of the column variable, classcol, containing the class specifier (e.g. "Subject_sex"). default = "class" cutpoint a threshold value, default = 0 cutstyle whether to keep values greater or less than the cutpoint threshold. default = "greater" maskmin a minimum value for generating the mask with Value An array containing the generated mask Author(s) Karl Young, CIND, UCSF midas_remove_outliers Remove outliers from a subject image Description Remove outliers from a subject image where the criteria for a voxel containing a value considered to be an outlier is obtained from the mean and standard deviation images of the remainder of the subjects in the specified dataframe (note similar to truncating a studentized residual statistic image) Usage midas_remove_outliers(dataframe, sigmult = 3, imcol = mycol, classcol = "None", class = "class", maskhigh = upmasklim, masklow = lowmasklim, minvox = 5) Arguments dataframe a dataframe containing rows which either contain subject metadata or full paths to subject image files to be processed sigmult imcol classcol class the number of standard deviations beyond which to consider a value an outlier, default = 3 a variable containing the name of the column specifying the image quantity to be used. default = "NAcetylAspartate_Norm" if mean and standard deviation images are to be restricted to some class (e.g. "female") this variable contains the name of the column containing the class specifier (e.g. "Subject_sex"). default = "None" if mean and standard deviation images are to be restricted to some class this variable contains the name of the class (e.g. "female") and must be accompanied by specification of the column variable, classcol, containing the class specifier (e.g. "Subject_sex"). default = "class" 16

17 maskhigh masklow a value specifying the upper limit in a mask image for any voxel to be included in the calculations; if violated the voxel will be masked out. Currently uses linewidth in Hz with default = 11 a value specifying the lower limit in a mask image for any voxel to be included in the calculations; if violated the voxel will be masked out. Currently uses linewidth in Hz with default = 2 minvox the minimum number of voxels (i.e. subjects with good data in that voxel) required for a voxel to be included in the final mean and standard deviation images, if violated the voxel will be masked out.default = 5 Value No return value, only analyze outlier images are produced Note Currently only outlier images are produced but this can easily be changed so that the function returns the outlier images; currently it was felt that this would rarely be desired and since for large images this could lead to memory problems and crashes was left out Author(s) Karl Young, CIND, UCSF See Also midas_student_res_one, midas_student_res_frame, midas_student_res_one, midas_student_res_frame Examples ##---- The following example depends on the files Midas.R and the dataframe, ## myframe.txt, existing in the current directory or path and that ## myframe.txt has column entries pointing to analyze image files either ## in the directory, path or having specified path names source("midas.r") midas_remove_outliers(dataframe="myframe.txt",sigmult = 4.0,imcol="tCholine_Norm",maskhigh=10.0,masklow=3.0,minvox=4.0) midas_student_res_frame Calculates a set of studentized residual statistic images Description Calculates a set of studentized residual statistic images for all subjects in a specified dataframe Usage midas_student_res_frame(dataframe, imcol = mycol, leavemout = c(0), classcol = "None", class = "class", maskhigh = upmasklim, masklow = lowmasklim, minvox = 5, outfile = "nosave") 17

18 Arguments dataframe imcol leavemout classcol class maskhigh masklow minvox a dataframe containing rows which either contain subject metadata or full paths to subject image files to be processed. Studentized residual images will be calculated for all subjects in the data frame a variable containing the name of the column specifying the image quantity to be used. default = "NAcetylAspartate_Norm" a vector of integers specifying which rows of the dataframe to ignore when calculating the mean and standard deviation - handy when calling midas_mean_stdev from other functions.default = c(0) if mean and standard deviation images are to be restricted to some class (e.g. "female") this variable contains the name of the column containing the class specifier (e.g. "Subject_sex"). default = "None" if mean and standard deviation images are to be restricted to some class this variable contains the name of the class (e.g. "female") and must be accompanied by specification of the column variable, classcol, containing the class specifier (e.g. "Subject_sex"). default = "class" a value specifying the upper limit in a mask image for any voxel to be included in the calculations; if violated the voxel will be masked out. Currently uses linewidth in Hz with default = 11 a value specifying the lower limit in a mask image for any voxel to be included in the calculations; if violated the voxel will be masked out. Currently uses linewidth in Hz with default = 2 the minimum number of voxels (i.e. subjects with good data in that voxel) required for a voxel to be included in the final mean and standard deviation images, if violated the voxel will be masked out.default = 5 outfile portion of a file name for output image (if specified the studentized residual statistic images will be output with an appropriate string appended to the filename, one.img,.hdr pair for each subject in the dataframe). The default is to not save any files.default = "nosave" Details midas_student_res_all, for each subject in the dataframe, calls midas_mean_stdev to calculate the mean and standard deviation images for all subjects in the dataframe except for the specified subject and uses those to calculate the studentized residual statistic image for the specified subject). 18

19 Thanks to Jonathan Taylor of Stanford for the suggestion to use studentized residuals for the metabolite images. Value An array of studentized residual statistic images, one for each subject in the datframe. Author(s) Karl Young, CIND, UCSF Examples ##---- The following example depends on the files Midas.R and the dataframe, ## myframe.txt, existing in the current directory or path and that ## myframe.txt has column entries pointing to analyze image files either ## in the directory, path or having specified path names, and that ## "subject3" exist in myframe.txt, i.e. there is a row in ## myfrmae.txt such that the column "Subject_ID" has the entry "subject3" source("midas.r") sr <- midas_student_res_frame(dataframe="myframe.txt",imcol="tcholine_norm",mas khigh=10.0,masklow=3.0,outfile="my_student_resid",minvox=4.0) midas_student_res_one Calculates a studentized residual statistic image Description Calculates a studentized residual statistic image for a specified subject, against the other subjects in the specified dataframe Usage midas_student_res_one(dataframe, subcode, imcol = mycol, leavemout = c(0), classcol = "None", class = "class", maskhigh = upmasklim, masklow = lowmasklim, minvox = 5, outfile = "nosave") Arguments dataframe a dataframe containing rows which either contain subject metadata or full paths to subject image files to be processed subcode imcol an integer specifying the row number in the dataframe for the subject to calculate a studentized residual image for a variable containing the name of the column specifying the image quantity to be used. default = "NAcetylAspartate_Norm" leavemout a vector of integers specifying which rows of the dataframe to ignore when calculating the mean and standard deviation - handy when calling midas_mean_stdev from other functions.default = c(0) 19

20 classcol class maskhigh masklow minvox if mean and standard deviation images are to be restricted to some class (e.g. "female") this variable contains the name of the column containing the class specifier (e.g. "Subject_sex"). default = "None" if mean and standard deviation images are to be restricted to some class this variable contains the name of the class (e.g. "female") and must be accompanied by specification of the column variable, classcol, containing the class specifier (e.g. "Subject_sex"). default = "class" a value specifying the upper limit in a mask image for any voxel to be included in the calculations; if violated the voxel will be masked out. Currently uses linewidth in Hz with default = 11 a value specifying the lower limit in a mask image for any voxel to be included in the calculations; if violated the voxel will be masked out. Currently uses linewidth in Hz with default = 2 the minimum number of voxels (i.e. subjects with good data in that voxel) required for a voxel to be included in the final mean and standard deviation images, if violated the voxel will be masked out.default = 5 outfile portion of a file name for output image (if specified the studentized residual statistic image will be output with an appropriate string appended to the.img,.hdr filenames). The default is to not save any files. default = "nosave" Details midas_student_res_one reads in the dataframe, calls midas_mean_stdev to calculate the mean and standard deviation images for all subjects in the dataframe except for the specified subject and uses those to calculate the studentized residual statistic image for the specified subject). Thanks to Jonathan Taylor of Stanford for the suggestion to use studentized residuals for the metabolite images. Value The studentized residual statistic image for the specified subject Note See the documentation on midas_mean_stdev for details on how the mean and standard deviation are calculated, e.g. how voxels are masked out or chosen to be included Author(s) Karl Young, CIND, UCSF See Also midas_mean_stdev, midas_mean_stdev Examples 20

21 ##---- The following example depends on the files Midas.R and the dataframe, ## myframe.txt, existing in the current directory or path and that ## myframe.txt has column entries pointing to analyze image files either ## in the directory, path or having specified path names, and that ## "subject3" exist in myframe.txt, i.e. there is a row in ## myfrmae.txt such that the column "Subject_ID" has the entry "subject3" source("midas.r") sr <- midas_student_res_one(dataframe="myframe.txt",subcode="subject3",imcol="tc holine_norm",maskhigh=10.0,masklow=3.0,outfile="my_student_resid",minvox=4.0) midas_ttest Perform voxel t-tests for a set of images Description Given a dataframe and appropriate classes in the dataframe, performs voxel by voxel t-tests and allows for Bonferoni or Random Field Theory significance corrections. Usage midas_ttest(dataframe, classcol, imcol = mycol, cuttype = "Mean", cutpoint = 0, class1 = "class1", class2 = "class2", thresh = "RFT", pval = 0.05, maskhigh = upmasklim, masklow = lowmasklim, outfile = "nosave", alternative = "two.sided") Arguments dataframe a dataframe containing rows which either contain subject metadata or full paths to subject image files to be processed classcol cuttype cutpoint class1 column containing the class specifier (e.g. "Subject_sex") in the dataframe to use for separating the groups to perform t-tests for imcol a variable containing the name of the column specifying the image quantity to be used. default = "NAcetylAspartate_Norm" if classcol is numerical, cuttype specifies how to divide the group into classes based on values in that column. Choices are "Mean", "Median", and "User" where "User" allows the user to enter a cutpoint. default = "Mean" user defined cutpoint to be specified if the "User" option for cuttype is specified. default = 0 If classcol is categorical class1 specifies the first class to use for the t-tests, e.g. "Female". default = "class1" 21

22 class2 thresh If classcol is categorical class2 specifies the second class to use for the t-tests, e.g. "Male". default = "class2" specifies whether to use Bonferoni ("Bonferoni") or Random Field Theory ("RFT") for generating a significance threshold. default = "RFT" pval pval to use for the significance threshold calculation. default = 0.05 maskhigh masklow outfile a value specifying the upper limit in a mask image for any voxel to be included in the calculations; if violated the voxel will be masked out. Currently uses linewidth in Hz with default = 11 a value specifying the lower limit in a mask image for any voxel to be included in the calculations; if violated the voxel will be masked out. Currently uses linewidth in Hz with default = 2 portion of a file name for output images (if specified mask, t statistic, p value, and over threshold analyze image, header pairs will be output with appropriate strings appended to the filename). The default is to not save any files.default = "nosave" alternative what kind of t-test to perform; choices = "two.sided", "less", or "greater". default = "two.sided" Value An array containing mask, t statistic, p value, and over threshold images Author(s) Karl Young, UCSF, CIND Examples ##---- The following example depends on the files Midas.R and the dataframe, ## myframe.txt, existing in the current directory or path and that ## myframe.txt has column entries pointing to analyze image files either ## in the directory, path or having specified path names source("midas.r") myims <- midas_ttest(dataframe="myframe.txt",classcol="subject_condition",imcol="tcholi ne_norm",class1="norm",class2="sub",maskhigh=10.0,masklow=3.0,outfile="my _ttest",minvox=4.0) midas_write_file Given an array, writes an analyze.img,.hdr pair Description Given an array, writes an analyze.img,.hdr pair 22

23 Usage midas_write_file(outimage, outfile, inheader, size) Arguments outimage image to output outfile inheader name of analyze output file an analyze header with appropriate values (usually taken from an analyze image that was read in previously) size type of image value (i.e. specifies size), e.g. "Float" Value No explicit return value, outputs analyze images Author(s) Karl Young, UCSF, CIND Acknowledgements This application was developed under NIH grant R01EB

PRANA. Project Review and Analysis. March (Pre-release and still under development!)

PRANA. Project Review and Analysis. March (Pre-release and still under development!) PRANA Project Review and Analysis March 2010- (Pre-release and still under development!) A.A. Maudsley Contents: PRANA... 1 1. Introduction... 2 1.1. Examples... 2 2. Subject/Study Selection and Filter...

More information

University of North Dakota PeopleSoft Finance Tip Sheets. Utilizing the Query Download Feature

University of North Dakota PeopleSoft Finance Tip Sheets. Utilizing the Query Download Feature There is a custom feature available in Query Viewer that allows files to be created from queries and copied to a user s PC. This feature doesn t have the same size limitations as running a query to HTML

More information

MIDAS Signal Calibration

MIDAS Signal Calibration Contents MIDAS Signal Calibration A. Maudsley, 2004-2007 Introduction... 1 The Calibration Phantom... 2 Calibration Method... 4 Additional Considerations... 11 Acknowledgements... 12 Introduction The MR

More information

Customizing Wizards with Cisco Prime Network Activation Wizard Builder

Customizing Wizards with Cisco Prime Network Activation Wizard Builder CHAPTER 3 Customizing Wizards with Cisco Prime Network Activation Wizard Builder The following topics provide detailed information about customizing Network Activation wizard metadata files using the Cisco

More information

Basic concepts and terms

Basic concepts and terms CHAPTER ONE Basic concepts and terms I. Key concepts Test usefulness Reliability Construct validity Authenticity Interactiveness Impact Practicality Assessment Measurement Test Evaluation Grading/marking

More information

SIVIC GUI Overview. SIVIC GUI Layout Overview

SIVIC GUI Overview. SIVIC GUI Layout Overview SIVIC GUI Overview SIVIC GUI Layout Overview At the top of the SIVIC GUI is a row of buttons called the Toolbar. It is a quick interface for loading datasets, controlling how the mouse manipulates the

More information

Work with External Data in SPSS or Excel Format - Open SPSS data

Work with External Data in SPSS or Excel Format - Open SPSS data Work with External Data in SPSS or Excel Format - Open SPSS data Contents WORK WITH EXTERNAL DATA IN SPSS OR EXCEL FORMAT - OPEN SPSS DATA... 1 Open an Excel file... 1 Create new External File... 2 Save

More information

ESRI stylesheet selects a subset of the entire body of the metadata and presents it as if it was in a tabbed dialog.

ESRI stylesheet selects a subset of the entire body of the metadata and presents it as if it was in a tabbed dialog. Creating Metadata using ArcCatalog (ACT) 1. Choosing a metadata editor in ArcCatalog ArcCatalog comes with FGDC metadata editor, which create FGDC-compliant documentation. Metadata in ArcCatalog stored

More information

Oracle Big Data Cloud Service, Oracle Storage Cloud Service, Oracle Database Cloud Service

Oracle Big Data Cloud Service, Oracle Storage Cloud Service, Oracle Database Cloud Service Demo Introduction Keywords: Oracle Big Data Cloud Service, Oracle Storage Cloud Service, Oracle Database Cloud Service Goal of Demo: Oracle Big Data Preparation Cloud Services can ingest data from various

More information

MRI Segmentation MIDAS, 2007, 2010

MRI Segmentation MIDAS, 2007, 2010 MRI Segmentation MIDAS, 2007, 2010 Lawrence O. Hall, Dmitry Goldgof, Yuhua Gu, Prodip Hore Dept. of Computer Science & Engineering University of South Florida CONTENTS: 1. Introduction... 1 2. Installing

More information

17 - VARIABLES... 1 DOCUMENT AND CODE VARIABLES IN MAXQDA Document Variables Code Variables... 1

17 - VARIABLES... 1 DOCUMENT AND CODE VARIABLES IN MAXQDA Document Variables Code Variables... 1 17 - Variables Contents 17 - VARIABLES... 1 DOCUMENT AND CODE VARIABLES IN MAXQDA... 1 Document Variables... 1 Code Variables... 1 The List of document variables and the List of code variables... 1 Managing

More information

Minitab Notes for Activity 1

Minitab Notes for Activity 1 Minitab Notes for Activity 1 Creating the Worksheet 1. Label the columns as team, heat, and time. 2. Have Minitab automatically enter the team data for you. a. Choose Calc / Make Patterned Data / Simple

More information

Series 6 Technical Admin Guide Page 1

Series 6 Technical Admin Guide Page 1 Series 6 Technical Admin Guide Page 1 TABLE OF CONTENTS PRODUCT REGISTRATION... 6 Free Trial Registration and the Wizard...7 How the Trial Works...8 Register Invu Document Management...8 Privileges for

More information

Working with Mailbox Manager

Working with Mailbox Manager Working with Mailbox Manager A user guide for Mailbox Manager supporting the Message Storage Server component of the Avaya S3400 Message Server Mailbox Manager Version 5.0 February 2003 Copyright 2003

More information

MIDAS Processing of Segmentation Data for Brain Lesions

MIDAS Processing of Segmentation Data for Brain Lesions MIDAS Processing of Segmentation Data for Brain Lesions A. A. Maudsley 4/6/2012 For studies that contain lesions, the MIDAS processing has two steps that benefit from a modified processing pipeline to

More information

PhenoRipper Documentation

PhenoRipper Documentation PhenoRipper Documentation PhenoRipper Installation Windows We provide 32 bits and 64 bits installers. Choose the one that corresponds to your operating system, double click on it and follow the installer

More information

Objective 1: Familiarize yourself with basic database terms and definitions. Objective 2: Familiarize yourself with the Access environment.

Objective 1: Familiarize yourself with basic database terms and definitions. Objective 2: Familiarize yourself with the Access environment. Beginning Access 2007 Objective 1: Familiarize yourself with basic database terms and definitions. What is a Database? A Database is simply defined as a collection of related groups of information. Things

More information

Industrial Data Forwarder for Splunk Kepware, Inc.

Industrial Data Forwarder for Splunk Kepware, Inc. Industrial Data Forwarder for Splunk 2016 Kepware, Inc. Industrial Data Forwarder for Splunk 2 Table of Contents Table of Contents 2 Industrial Data Forwarder for Splunk 3 Overview 3 User Interface 4 Quick

More information

Biology 345: Biometry Fall 2005 SONOMA STATE UNIVERSITY Lab Exercise 2 Working with data in Excel and exporting to JMP Introduction

Biology 345: Biometry Fall 2005 SONOMA STATE UNIVERSITY Lab Exercise 2 Working with data in Excel and exporting to JMP Introduction Biology 345: Biometry Fall 2005 SONOMA STATE UNIVERSITY Lab Exercise 2 Working with data in Excel and exporting to JMP Introduction In this exercise, we will learn how to reorganize and reformat a data

More information

COPYRIGHTED MATERIAL. Making Excel More Efficient

COPYRIGHTED MATERIAL. Making Excel More Efficient Making Excel More Efficient If you find yourself spending a major part of your day working with Excel, you can make those chores go faster and so make your overall work life more productive by making Excel

More information

1. Basic Steps for Data Analysis Data Editor. 2.4.To create a new SPSS file

1. Basic Steps for Data Analysis Data Editor. 2.4.To create a new SPSS file 1 SPSS Guide 2009 Content 1. Basic Steps for Data Analysis. 3 2. Data Editor. 2.4.To create a new SPSS file 3 4 3. Data Analysis/ Frequencies. 5 4. Recoding the variable into classes.. 5 5. Data Analysis/

More information

EMSegmenter Tutorial (Advanced Mode)

EMSegmenter Tutorial (Advanced Mode) EMSegmenter Tutorial (Advanced Mode) Dominique Belhachemi Section of Biomedical Image Analysis Department of Radiology University of Pennsylvania 1/65 Overview The goal of this tutorial is to apply the

More information

Microsoft Dynamics GP. Extender User s Guide Release 9.0

Microsoft Dynamics GP. Extender User s Guide Release 9.0 Microsoft Dynamics GP Extender User s Guide Release 9.0 Copyright Copyright 2005 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the responsibility of the user.

More information

ASAP_2.0 (Automatic Software for ASL Processing) USER S MANUAL

ASAP_2.0 (Automatic Software for ASL Processing) USER S MANUAL ASAP_2.0 (Automatic Software for ASL Processing) USER S MANUAL ASAP was developed as part of the COST Action "Arterial Spin Labelling Initiative in Dementia (AID)" by: Department of Neuroimaging, Institute

More information

ZipStudy. Utility for Packaging Study Files. A. Maudsley, 6/2015

ZipStudy. Utility for Packaging Study Files. A. Maudsley, 6/2015 ZipStudy Utility for Packaging Study Files A. Maudsley, 6/2015 CONTENTS: 1. Introduction... 1 2. Starting the Program... 1 3. Copying and Compressing Subject Data... 2 4. Restoring MIDAS Data from a Zipped

More information

0.1. Setting up the system path to allow use of BIAC XML headers (BXH). Depending on the computer(s), you may only have to do this once.

0.1. Setting up the system path to allow use of BIAC XML headers (BXH). Depending on the computer(s), you may only have to do this once. Week 3 Exercises Last week you began working with MR data, both in the form of anatomical images and functional time series. This week we will discuss some concepts related to the idea of fmri data as

More information

Supplementary methods

Supplementary methods Supplementary methods This section provides additional technical details on the sample, the applied imaging and analysis steps and methods. Structural imaging Trained radiographers placed all participants

More information

Aligned Elements Importer V user manual. Aligned AG Tellstrasse Zürich Phone: +41 (0)

Aligned Elements Importer V user manual. Aligned AG Tellstrasse Zürich Phone: +41 (0) Aligned Elements Importer V2.4.211.14302 user manual Aligned AG Tellstrasse 13 8004 Zürich Phone: +41 (0)44 312 50 20 www.aligned.ch info@aligned.ch Table of Contents 1.1 Introduction...3 1.2 Installation...3

More information

Creating a Crosstab Query in Design View

Creating a Crosstab Query in Design View Procedures LESSON 31: CREATING CROSSTAB QUERIES Using the Crosstab Query Wizard box, click Crosstab Query Wizard. 5. In the next Crosstab Query the table or query on which you want to base the query. 7.

More information

DEPARTMENT OF HEALTH AND HUMAN SCIENCES HS900 RESEARCH METHODS

DEPARTMENT OF HEALTH AND HUMAN SCIENCES HS900 RESEARCH METHODS DEPARTMENT OF HEALTH AND HUMAN SCIENCES HS900 RESEARCH METHODS Using SPSS Topics addressed today: 1. Accessing data from CMR 2. Starting SPSS 3. Getting familiar with SPSS 4. Entering data 5. Saving data

More information

Non-Linear Least Squares Analysis with Excel

Non-Linear Least Squares Analysis with Excel Non-Linear Least Squares Analysis with Excel 1. Installation An add-in package for Excel, which performs certain specific non-linear least squares analyses, is available for use in Chem 452. The package,

More information

By: Access 2007 Table

By:   Access 2007 Table Access 2007 Table Create and Format Tables in Access 2007 I. What is Table? A table is constructed with a field or many fields and it is used for storing data or information. The data can be student information,

More information

WEB ADI USER GUIDE. 1. The first step is to review and ensure you meet the following system requirements:

WEB ADI USER GUIDE. 1. The first step is to review and ensure you meet the following system requirements: Getting Started: 1. The first step is to review and ensure you meet the following system requirements: One of the following operating systems must be installed on the client PC: _ Windows ME _ Windows

More information

BASIC USER TRAINING PROGRAM Module 5: Test Case Development

BASIC USER TRAINING PROGRAM Module 5: Test Case Development BASIC USER TRAINING PROGRAM Module 5: Test Case Development Objective Student will have an understanding of how to create, edit and execute a Test Case from Develop a Test Case Activity Page. Student will

More information

1 Introduction to Using Excel Spreadsheets

1 Introduction to Using Excel Spreadsheets Survey of Math: Excel Spreadsheet Guide (for Excel 2007) Page 1 of 6 1 Introduction to Using Excel Spreadsheets This section of the guide is based on the file (a faux grade sheet created for messing with)

More information

Survey of Math: Excel Spreadsheet Guide (for Excel 2016) Page 1 of 9

Survey of Math: Excel Spreadsheet Guide (for Excel 2016) Page 1 of 9 Survey of Math: Excel Spreadsheet Guide (for Excel 2016) Page 1 of 9 Contents 1 Introduction to Using Excel Spreadsheets 2 1.1 A Serious Note About Data Security.................................... 2 1.2

More information

Data Import Assistant

Data Import Assistant System Administrator's Handbook Data Import Assistant Introduction Overview The Data Import Assistant is a utility program designed to assist in importing new part definitions and pricing information into

More information

Importing Geochemical Data

Importing Geochemical Data Importing Geochemical Data This Importing Geochemistry Data How-to Guide introduces you to working with Geochemistry data, including how to design a new survey, import data, merge and verify, extract and

More information

Table of Contents. User Manual

Table of Contents. User Manual USER MANUAL 5.0 Table of Contents Introduction... 2 Features and Benefits... 2 Overview... 3 Standard User... 3 Administrator... 3 Unconnected... 3 Connect or Connected... 4 Configuration... 5 Settings...

More information

Getting Started with JMP at ISU

Getting Started with JMP at ISU Getting Started with JMP at ISU 1 Introduction JMP (pronounced like jump ) is the new campus-wide standard statistical package for introductory statistics courses at Iowa State University. JMP is produced

More information

GLM for fmri data analysis Lab Exercise 1

GLM for fmri data analysis Lab Exercise 1 GLM for fmri data analysis Lab Exercise 1 March 15, 2013 Medical Image Processing Lab Medical Image Processing Lab GLM for fmri data analysis Outline 1 Getting Started 2 AUDIO 1 st level Preprocessing

More information

Surface-based Analysis: Inter-subject Registration and Smoothing

Surface-based Analysis: Inter-subject Registration and Smoothing Surface-based Analysis: Inter-subject Registration and Smoothing Outline Exploratory Spatial Analysis Coordinate Systems 3D (Volumetric) 2D (Surface-based) Inter-subject registration Volume-based Surface-based

More information

Workplace Planner Error Fixes by Version

Workplace Planner Error Fixes by Version Workplace Planner Error Fixes by Version 5.2.0.0 1. AutoCAD 2018 Support. 5.1.1.0 2. Bugfix for localization issue on non-english operating system with the RLM licensing system. 5.1.0.0 Fixed on 11/13/2015,

More information

IBM DB2 Intelligent Miner for Data. Tutorial. Version 6 Release 1

IBM DB2 Intelligent Miner for Data. Tutorial. Version 6 Release 1 IBM DB2 Intelligent Miner for Data Tutorial Version 6 Release 1 IBM DB2 Intelligent Miner for Data Tutorial Version 6 Release 1 ii IBM DB2 Intelligent Miner for Data About this tutorial This tutorial

More information

The Rapid Inquiry Facility (RIF)

The Rapid Inquiry Facility (RIF) The Rapid Inquiry Facility (RIF) Version 4.0 Data Loader user guide Authors (2017): Parkes, B. Small Area Health Statistics Unit (SAHSU) MRC-PHE Centre for Environment and Health Department of Epidemiology

More information

Talend Open Studio for Data Quality. User Guide 5.5.2

Talend Open Studio for Data Quality. User Guide 5.5.2 Talend Open Studio for Data Quality User Guide 5.5.2 Talend Open Studio for Data Quality Adapted for v5.5. Supersedes previous releases. Publication date: January 29, 2015 Copyleft This documentation is

More information

Reference Guide. Adding a Generic File Store - Importing From a Local or Network ShipWorks Page 1 of 21

Reference Guide. Adding a Generic File Store - Importing From a Local or Network ShipWorks Page 1 of 21 Reference Guide Adding a Generic File Store - Importing From a Local or Network Folder Page 1 of 21 Adding a Generic File Store TABLE OF CONTENTS Background First Things First The Process Creating the

More information

Viewpoint Delivery Manual

Viewpoint Delivery Manual Conduent Legal and Compliance Solutions Viewpoint ediscovery Platform Viewpoint Delivery Manual Application Version: 6.1 September 11, 2017 2017 Conduent Business Services, LLC. All rights reserved. Conduent

More information

User's Guide c-treeace SQL Explorer

User's Guide c-treeace SQL Explorer User's Guide c-treeace SQL Explorer Contents 1. c-treeace SQL Explorer... 4 1.1 Database Operations... 5 Add Existing Database... 6 Change Database... 7 Create User... 7 New Database... 8 Refresh... 8

More information

NiceForm User Guide. English Edition. Rev Euro Plus d.o.o. & Niceware International LLC All rights reserved.

NiceForm User Guide. English Edition. Rev Euro Plus d.o.o. & Niceware International LLC All rights reserved. www.nicelabel.com, info@nicelabel.com English Edition Rev-0910 2009 Euro Plus d.o.o. & Niceware International LLC All rights reserved. www.nicelabel.com Head Office Euro Plus d.o.o. Ulica Lojzeta Hrovata

More information

SyncFirst Standard. Quick Start Guide User Guide Step-By-Step Guide

SyncFirst Standard. Quick Start Guide User Guide Step-By-Step Guide SyncFirst Standard Quick Start Guide Step-By-Step Guide How to Use This Manual This manual contains the complete documentation set for the SyncFirst system. The SyncFirst documentation set consists of

More information

Geostatistics 2D GMS 7.0 TUTORIALS. 1 Introduction. 1.1 Contents

Geostatistics 2D GMS 7.0 TUTORIALS. 1 Introduction. 1.1 Contents GMS 7.0 TUTORIALS 1 Introduction Two-dimensional geostatistics (interpolation) can be performed in GMS using the 2D Scatter Point module. The module is used to interpolate from sets of 2D scatter points

More information

A Simple Guide to Using SPSS (Statistical Package for the. Introduction. Steps for Analyzing Data. Social Sciences) for Windows

A Simple Guide to Using SPSS (Statistical Package for the. Introduction. Steps for Analyzing Data. Social Sciences) for Windows A Simple Guide to Using SPSS (Statistical Package for the Social Sciences) for Windows Introduction ٢ Steps for Analyzing Data Enter the data Select the procedure and options Select the variables Run the

More information

Introduction (SPSS) Opening SPSS Start All Programs SPSS Inc SPSS 21. SPSS Menus

Introduction (SPSS) Opening SPSS Start All Programs SPSS Inc SPSS 21. SPSS Menus Introduction (SPSS) SPSS is the acronym of Statistical Package for the Social Sciences. SPSS is one of the most popular statistical packages which can perform highly complex data manipulation and analysis

More information

Viewing Reports in Vista. Version: 7.3

Viewing Reports in Vista. Version: 7.3 Viewing Reports in Vista Version: 7.3 Copyright 2015 Intellicus Technologies This document and its content is copyrighted material of Intellicus Technologies. The content may not be copied or derived from,

More information

AcaStat User Manual. Version 8.3 for Mac and Windows. Copyright 2014, AcaStat Software. All rights Reserved.

AcaStat User Manual. Version 8.3 for Mac and Windows. Copyright 2014, AcaStat Software. All rights Reserved. AcaStat User Manual Version 8.3 for Mac and Windows Copyright 2014, AcaStat Software. All rights Reserved. http://www.acastat.com Table of Contents INTRODUCTION... 5 GETTING HELP... 5 INSTALLATION... 5

More information

The tracing tool in SQL-Hero tries to deal with the following weaknesses found in the out-of-the-box SQL Profiler tool:

The tracing tool in SQL-Hero tries to deal with the following weaknesses found in the out-of-the-box SQL Profiler tool: Revision Description 7/21/2010 Original SQL-Hero Tracing Introduction Let s start by asking why you might want to do SQL tracing in the first place. As it turns out, this can be an extremely useful activity

More information

3B2 Word. User Manual

3B2 Word. User Manual 3B2 Word User Manual Contents 1 ± Introduction... 3 2 ± Using 3B2 Word... 4 2.1 ± Converting a single document.... 4 2.2 ± Converting multiple documents... 5 3 ± Configuring 3B2 Word... 6 3.1 ± ``Configuration

More information

for Q-CHECKER Text version 15-Feb-16 4:49 PM

for Q-CHECKER Text version 15-Feb-16 4:49 PM Q-MONITOR 5.4.X FOR V5 for Q-CHECKER USERS GUIDE Text version 15-Feb-16 4:49 PM Orientation Symbols used in the manual For better orientation in the manual the following symbols are used: Warning symbol

More information

Repstor affinity. Installation and Configuration Guide(Generic)

Repstor affinity. Installation and Configuration Guide(Generic) Repstor affinity Installation and Configuration Guide(Generic) Document Version 3.7 April 2018 Contents 1. INTRODUCTION TO REPSTOR AFFINITY 3 ADVANTAGES OF REPSTOR AFFINITY... 3 2. REPSTOR AFFINITY INSTALLATION

More information

Tutorial #1: Using Latent GOLD choice to Estimate Discrete Choice Models

Tutorial #1: Using Latent GOLD choice to Estimate Discrete Choice Models Tutorial #1: Using Latent GOLD choice to Estimate Discrete Choice Models In this tutorial, we analyze data from a simple choice-based conjoint (CBC) experiment designed to estimate market shares (choice

More information

Document Management System GUI. v6.0 User Guide

Document Management System GUI. v6.0 User Guide Document Management System GUI v6.0 User Guide Copyright Copyright HelpSystems, LLC. All rights reserved. www.helpsystems.com US: +1 952-933-0609 Outside the U.S.: +44 (0) 870 120 3148 IBM, AS/400, OS/400,

More information

Workspace Administrator Help File

Workspace Administrator Help File Workspace Administrator Help File Table of Contents HotDocs Workspace Help File... 1 Getting Started with Workspace... 3 What is HotDocs Workspace?... 3 Getting Started with Workspace... 3 To access Workspace...

More information

Playing with data from lab

Playing with data from lab Playing with data from lab Getting data off the scanner From the Patient Browser, select the folder for the study you want (or within that study, the set of images you want), and then from the Transfer

More information

EMSegment Tutorial. How to Define and Fine-Tune Automatic Brain Compartment Segmentation and the Detection of White Matter Hyperintensities

EMSegment Tutorial. How to Define and Fine-Tune Automatic Brain Compartment Segmentation and the Detection of White Matter Hyperintensities EMSegment Tutorial How to Define and Fine-Tune Automatic Brain Compartment Segmentation and the Detection of White Matter Hyperintensities This documentation serves as a tutorial to learn to customize

More information

Single Subject Demo Data Instructions 1) click "New" and answer "No" to the "spatially preprocess" question.

Single Subject Demo Data Instructions 1) click New and answer No to the spatially preprocess question. (1) conn - Functional connectivity toolbox v1.0 Single Subject Demo Data Instructions 1) click "New" and answer "No" to the "spatially preprocess" question. 2) in "Basic" enter "1" subject, "6" seconds

More information

Business Online TM. Positive Pay - Adding Issued Items. Quick Reference Guide

Business Online TM. Positive Pay - Adding Issued Items. Quick Reference Guide Business Online TM Positive Pay - Adding Issued Items Quick Reference Guide Positive Pay Adding Issued Items Manually or Using Templates Positive Pay is a risk management solution that provides the ability

More information

QDA Miner. Addendum v2.0

QDA Miner. Addendum v2.0 QDA Miner Addendum v2.0 QDA Miner is an easy-to-use qualitative analysis software for coding, annotating, retrieving and reviewing coded data and documents such as open-ended responses, customer comments,

More information

Introduction to SPSS

Introduction to SPSS Introduction to SPSS Purpose The purpose of this assignment is to introduce you to SPSS, the most commonly used statistical package in the social sciences. You will create a new data file and calculate

More information

Data Import and Quality Control in Geochemistry for ArcGIS

Data Import and Quality Control in Geochemistry for ArcGIS Data Import and Quality Control in Geochemistry for ArcGIS This Data Import and Quality Control in Geochemistry for ArcGIS How-To Guide will demonstrate how to create a new geochemistry project, import

More information

Universal Format Plug-in User s Guide. Version 10g Release 3 (10.3)

Universal Format Plug-in User s Guide. Version 10g Release 3 (10.3) Universal Format Plug-in User s Guide Version 10g Release 3 (10.3) UNIVERSAL... 3 TERMINOLOGY... 3 CREATING A UNIVERSAL FORMAT... 5 CREATING A UNIVERSAL FORMAT BASED ON AN EXISTING UNIVERSAL FORMAT...

More information

HOW TO USE THE EXPORT FEATURE IN LCL

HOW TO USE THE EXPORT FEATURE IN LCL HOW TO USE THE EXPORT FEATURE IN LCL In LCL go to the Go To menu and select Export. Select the items that you would like to have exported to the file. To select them you will click the item in the left

More information

Ektron Advanced. Learning Objectives. Getting Started

Ektron Advanced. Learning Objectives. Getting Started Ektron Advanced 1 Learning Objectives This workshop introduces you beyond the basics of Ektron, the USF web content management system that is being used to modify department web pages. This workshop focuses

More information

ConstructMap v4.4.0 Quick Start Guide

ConstructMap v4.4.0 Quick Start Guide ConstructMap v4.4.0 Quick Start Guide Release date 9/29/08 Document updated 12/10/08 Cathleen A. Kennedy Mark R. Wilson Karen Draney Sevan Tutunciyan Richard Vorp ConstructMap v4.4.0 Quick Start Guide

More information

The Power and Sample Size Application

The Power and Sample Size Application Chapter 72 The Power and Sample Size Application Contents Overview: PSS Application.................................. 6148 SAS Power and Sample Size............................... 6148 Getting Started:

More information

Managing Templates and Data Files

Managing Templates and Data Files CHAPTER 10 This chapter explains the use of templates and data files in Prime Provisioning. It contains the following sections: Overview, page 10-1 Basic Template and Data File Tasks, page 10-5 Using Templates

More information

Roxen Content Provider

Roxen Content Provider Roxen Content Provider Generation 3 Templates Purpose This workbook is designed to provide a training and reference tool for placing University of Alaska information on the World Wide Web (WWW) using the

More information

Jet Data Manager 2014 SR2 Product Enhancements

Jet Data Manager 2014 SR2 Product Enhancements Jet Data Manager 2014 SR2 Product Enhancements Table of Contents Overview of New Features... 3 New Features in Jet Data Manager 2014 SR2... 3 Improved Features in Jet Data Manager 2014 SR2... 5 New Features

More information

SEEK User Manual. Introduction

SEEK User Manual. Introduction SEEK User Manual Introduction SEEK is a computational gene co-expression search engine. It utilizes a vast human gene expression compendium to deliver fast, integrative, cross-platform co-expression analyses.

More information

A dialog box will appear informing you that you will need to restart Enterprise to see the Calendar changes. Click Ok and then restart Enterprise.

A dialog box will appear informing you that you will need to restart Enterprise to see the Calendar changes. Click Ok and then restart Enterprise. The tax Calendar in Premium Pro Enterprise includes due dates for annual, estimate, and monthly premium tax returns, due dates for various additional insurance related filings, and due dates for local

More information

10.) Click on the Security tab in Internet Options. 11.) Then click on Trusted Sites. 12.) Click on the Custom level button.

10.) Click on the Security tab in Internet Options. 11.) Then click on Trusted Sites. 12.) Click on the Custom level button. Kannapolis Archibus as a trusted website If you have problems logging into Kannapolis Archibus to create a Work Request, you may need to make sure that Kannapolis Archibus is a trusted site on your web

More information

COMTool User Guide Version /02/2013

COMTool User Guide Version /02/2013 1 of 20 Contents Terms and Conditions of License for use of gratuitous software... 3 Purpose:... 3 Installation Instructions:... 4 Using COMTool:... 8 Select a COM Port... 8 Select a product... 8 Selecting

More information

Optimal Trace MS Project Integration

Optimal Trace MS Project Integration Optimal Trace MS Project Integration March 2007 Copyright 2007 Compuware Limited. This document is the copyright of Compuware Limited and may not be reproduced in whole or in part without the consent of

More information

Getting Started with Code Coverage/Eclipse

Getting Started with Code Coverage/Eclipse Getting Started with Code Coverage/Eclipse Code Coverage/Eclipse is the modernized GUI for Compuware s Xpediter/Code Coverage product. With it, users can create reports detailing testing efficiency and

More information

StarTeam File Compare/Merge StarTeam File Compare/Merge Help

StarTeam File Compare/Merge StarTeam File Compare/Merge Help StarTeam File Compare/Merge 12.0 StarTeam File Compare/Merge Help Micro Focus 575 Anton Blvd., Suite 510 Costa Mesa, CA 92626 Copyright 2011 Micro Focus IP Development Limited. All Rights Reserved. Portions

More information

Methods for data preprocessing

Methods for data preprocessing Methods for data preprocessing John Ashburner Wellcome Trust Centre for Neuroimaging, 12 Queen Square, London, UK. Overview Voxel-Based Morphometry Morphometry in general Volumetrics VBM preprocessing

More information

Online Batch Services

Online Batch Services Online Batch Services LexisNexis has enhanced its batch services to allow more user-friendly functionality for uploading batches and mapping layouts. Users sign in to the main product to access the online

More information

UNIT 4. Research Methods in Business

UNIT 4. Research Methods in Business UNIT 4 Preparing Data for Analysis:- After data are obtained through questionnaires, interviews, observation or through secondary sources, they need to be edited. The blank responses, if any have to be

More information

RESEARCH DATABASE. When you come to the Marine Mammal Research Database, you will see a window like the one below.

RESEARCH DATABASE. When you come to the Marine Mammal Research Database, you will see a window like the one below. RESEARCH DATABASE When you come to the Marine Mammal Research Database, you will see a window like the one below. Use bottom scroll bar to see more columns of information. An alternative to using the bottom

More information

fe-safe 2017 EXTERNAL MATERIAL DATABASE

fe-safe 2017 EXTERNAL MATERIAL DATABASE fe-safe 2017 EXTERNAL MATERIAL DATABASE Contents FE-SAFE EXTERNAL MATERIAL DATABASE... 1 CONTENTS... 3 1 INTRODUCTION TO THE FE-SAFE EXTERNAL MATERIAL DATABASE... 5 1.1 ABOUT THE DATABASE... 5 1.2 ABOUT

More information

User Guide. Kronodoc Kronodoc Oy. Intelligent methods for process improvement and project execution

User Guide. Kronodoc Kronodoc Oy. Intelligent methods for process improvement and project execution User Guide Kronodoc 3.0 Intelligent methods for process improvement and project execution 2003 Kronodoc Oy 2 Table of Contents 1 User Guide 5 2 Information Structure in Kronodoc 6 3 Entering and Exiting

More information

Issues Regarding fmri Imaging Workflow and DICOM

Issues Regarding fmri Imaging Workflow and DICOM Issues Regarding fmri Imaging Workflow and DICOM Lawrence Tarbox, Ph.D. Fred Prior, Ph.D Mallinckrodt Institute of Radiology Washington University in St. Louis What is fmri fmri is used to localize functions

More information

Importing Flat File Sources in Test Data Management

Importing Flat File Sources in Test Data Management Importing Flat File Sources in Test Data Management Copyright Informatica LLC 2017. Informatica and the Informatica logo are trademarks or registered trademarks of Informatica LLC in the United States

More information

PrimoPDF Enterprise User Guide, Version 5.0

PrimoPDF Enterprise User Guide, Version 5.0 Table of Contents Installation... 3 Reference Links... 3 Uninstallation... 4 Creating PDF Documents... 4 PrimoPDF Document Settings... 5 PDF Creation Profiles... 5 Document Properties... 6 PDF Security...

More information

Assumption 1: Groups of data represent random samples from their respective populations.

Assumption 1: Groups of data represent random samples from their respective populations. Tutorial 6: Comparing Two Groups Assumptions The following methods for comparing two groups are based on several assumptions. The type of test you use will vary based on whether these assumptions are met

More information

OPDEC Network Trace Tool Version 2013

OPDEC Network Trace Tool Version 2013 OPDEC Network Trace Tool Version 2013 Summary: The OPDEC Network Trace tool allows a user to easily identify all of the activities leading up to one or more points in the schedule. This is used by planners

More information

Oracle General Navigation Overview

Oracle General Navigation Overview Oracle 11.5.9 General Navigation Overview 1 Logging On to Oracle Applications You may access Oracle, by logging onto the ATC Applications Login System Status page located at www.atc.caltech.edu/support/index.php

More information

Repstor affinity. Installation and Configuration Guide

Repstor affinity. Installation and Configuration Guide Repstor affinity Installation and Configuration Guide Document Version 3.6.8 November 2017 Contents 1. INTRODUCTION TO REPSTOR AFFINITY 3 ADVANTAGES OF REPSTOR AFFINITY... 3 2. REPSTOR AFFINITY INSTALLATION

More information

MetScape User Manual

MetScape User Manual MetScape 2.3.2 User Manual A Plugin for Cytoscape National Center for Integrative Biomedical Informatics July 2012 2011 University of Michigan This work is supported by the National Center for Integrative

More information

There are 3 main windows, and 3 main types of files, in SPSS: Data, Syntax, and Output.

There are 3 main windows, and 3 main types of files, in SPSS: Data, Syntax, and Output. U6310 Quantitative Techniques Lab - September 2001 Intro to SPSS SPSS works like this: You have a data set (either you create one or use an existing file such as the GSS). You choose analysis techniques

More information