ISS_genesSummary: Summary of specific gene of interest in ISS data

Description Usage Arguments Value Examples

View source: R/3.3_ISS_genesSummary.R

Description

Summary of specific gene of interest of RCA data

Usage

1

Arguments

data

Input data in class MolDiaISS. Output of readISS

gene

gene of interest

Value

Barplot

Examples

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")

mashranga/MolDia documentation built on May 26, 2019, 9:36 a.m.