readSynapsesCSV: Input files manager

Description Usage Arguments Value Author(s)

View source: R/synapsesInputManager.r

Description

Functions to read CSV / XLS(X) Files. Includes error checking

Usage

1
2
3
4
5
readSynapsesCSV(filepath, fieldSeparator = ",", decimalPoint = ".",
  overwriteName = F, samplename = NULL, samplenum = NULL, layer = NULL,
  CSVcolNames = c("Feret", "Type", "X", "Y", "Z", "Sample.no.", "Layer",
  "Sample"), unifiedColNames = c("feret", "type", "x", "y", "z", "samplenum",
  "layer", "sample"))

Arguments

filepath

CSV local file path

fieldSeparator

CSV file field separator

decimalPoint

CSV file numeric decimal point character

Value

named list (data, error (T/F), errorCode, errorDescription)

Author(s)

Laura Ant<c3><b3>n-S<c3><a1>nchez Luis Rodr<c3><ad>guez-Luj<c3><a1>n

readSynapsesCSV

Read synapses from a CSV file, run checks and validate its contents


ComputationalIntelligenceGroup/3DSynapsesSA documentation built on May 6, 2019, 12:49 p.m.