Description Usage Arguments Value Examples
View source: R/3.2_ISS_filter.R
This function estimate the probabity of number of reads per cell in a specific range with desired mean (Rate or number or reads per cell) by Poisson distibution. By default current fuction calculate the mean from data.
1 | ISS_filter(data, data_mean = NULL)
|
data |
Input data in class MolDiaISS. Output of readISS |
data_mean |
Expected mean of number of reads press cell. Default is NULL. See details. |
Number of reads with peobability
1 2 3 | data_1 <- readISS(file = system.file("extdata", "CellBlobs_QT_0.35.csv", package="MolDia"),
cellid = "CellID", , centX = "centroidX", centY = "centroidY")
res <- ISS_filter(data = data_1, data_mean = 10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.