convertFishalyserCsvToCountMatrix {frenchFISH}R Documentation

Function to convert CSV output of the FISHalyseR automatic FISH splot counting software to a count matrix suitable for input to frenchFISH's getAutomaticCountsEstimates

Description

Function to convert CSV output of the FISHalyseR automatic FISH splot counting software to a count matrix suitable for input to frenchFISH's getAutomaticCountsEstimates

Usage

convertFishalyserCsvToCountMatrix(pathToFishalyserCsv)

Arguments

pathToFishalyserCsv

The path to the CSV file of automatic spot counts outputted by FISHalyseR

Value

A count matrix suitable for input to getAutomaticCountsEstimates

Examples

probeCounts<-convertFishalyserCsvToCountMatrix(
    system.file("extdata", "SampleFISH.jpg_data.csv", package="frenchFISH"))

[Package frenchFISH version 1.2.0 Index]