Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 10 of 30 found.
[1] < 1 2 3 > [3]  Sort:

isDeserialisable (Package: tractor.base) : Reference object serialisation and deserialisation

Rather than using R's save and load functions directly for reference objects, TractoR uses the SerialisableObject class and these functions to save and load objects. The main difference is that this approach stores only the data in the object, and not the functions which operate on them. This helps backward compatibility when new member functions are added.
● Data Source: CranContrib
● Keywords:
● Alias: deserialiseReferenceObject, isDeserialisable, registerDeserialiser, serialisation, serialiseReferenceObject
● 0 images

emptyMatrix (Package: tractor.base) : The empty matrix

The empty matrix is a standard matrix of dimensions 0 x 0. It is intended to be used as a placeholder where a matrix is required but no information is stored.
● Data Source: CranContrib
● Keywords:
● Alias: emptyMatrix, is.emptyMatrix
● 0 images

relativePath (Package: tractor.base) : Functions for file name and path manipulation

Functions for expanding file paths, finding relative paths and ensuring that a file name has the required suffix.
● Data Source: CranContrib
● Keywords:
● Alias: ensureFileSuffix, expandFileName, matchPaths, paths, relativePath
● 0 images

SparseArray-class (Package: tractor.base) : The SparseArray class

This class represents an array with any number of dimensions, in which a significant proportion of entries are zero. The coordinates of nonzero entries are stored along with their values, with all remaining entries assumed to be zero. Methods are provided to index into the array in the standard way, using matrix or vector indices; and for coercing between SparseArray objects and standard (dense) arrays.
● Data Source: CranContrib
● Keywords:
● Alias: SparseArray, SparseArray-class
● 0 images

locateExecutable (Package: tractor.base) : Find or run an external executable file

The execute function is a wrapper around the system2 function in base, which additionally echoes the command being run (including the full path to the executable) if the reportr output level is Debug. locateExecutable simply returns the path to an executable file on the system PATH.
● Data Source: CranContrib
● Keywords:
● Alias: execute, locateExecutable
● 0 images

MriImage-class (Package: tractor.base) : The MriImage class

This class represents an MRI image. An object of this class is made up of some voxel data, stored as a sparse or dense numeric array, and some metadata, such as the file it was read from, the voxel dimensions, and so on. The group generic functions Math, Ops and Summary are defined for this class, as are methods for coercing to and from a standard array.
● Data Source: CranContrib
● Keywords:
● Alias: MriImage, MriImage-class
● 0 images

nilObject (Package: tractor.base) : The nil object

The nil object is an empty object of class SerialisableObject. It can be used as a placeholder where such an object of this class, or one of its subclasses, is required. It serialises to the empty list.
● Data Source: CranContrib
● Keywords:
● Alias: is.nilObject, nilObject
● 0 images

deduplicate (Package: tractor.base) : Concatenate and deduplicate vectors

This function returns its arguments, after concatenating them using c and then removing elements with duplicate names. The first element with each name will remain. Unnamed elements are retained.
● Data Source: CranContrib
● Keywords:
● Alias: deduplicate
● 0 images

readDicomFile (Package: tractor.base) : Read a DICOM file into a DicomMetadata object

This function reads a DICOM file into a DicomMetadata object. Only DICOM files from magnetic resonance scanners are supported.
● Data Source: CranContrib
● Keywords:
● Alias: readDicomFile
● 0 images

createSliceGraphic (Package: tractor.base) : Visualise MriImage objects

Visualise MriImage objects noninteractively using an R graphics device. See viewImages for an interactive alternative. These functions create 2D visualisations of 3D images by slicing or maximum intensity projection.
● Data Source: CranContrib
● Keywords:
● Alias: createContactSheetGraphic, createProjectionGraphic, createSliceGraphic, visualisation
● 0 images