convertFishalyserCsvToCountMatrix: Function to convert CSV output of the FISHalyseR automatic...

Description Usage Arguments Value Examples

View source: R/frenchfish.R

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

1
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

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

markowetzlab/frenchFISH documentation built on June 28, 2020, 8:18 p.m.