Description Usage Arguments Value Examples
View source: R/3.3_ISS_genesSummary.R
Summary of specific gene of interest of RCA data
1 | ISS_genesSummary(data, gene = NULL)
|
data |
Input data in class MolDiaISS. Output of readISS |
gene |
gene of interest |
Barplot
1 2 3 | ex_data <- readISS(file = system.file("extdata", "CellBlobs_QT_0.35.csv", package="MolDia"),
cellid = "CellID", centX ="centroidX", centY="centroidY" )
res <- ISS_genesSummary(data = ex_data, gene = "Actb.L")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.