ISS_deg: Find differentially express (DE) gene by different methods

Description Usage Arguments Note Examples

View source: R/8.1_ISS_deg.R

Description

Find differentially express (DE) gene by different methods

Usage

1
ISS_deg(data, DEGmethod = "seurat")

Arguments

data

Input data matrix. Column is gene and row is cells.

DEGmethod

Methods to find DE genes.

Note

This function is in-complete and needs further development by adding different methods of finding DE optimized for ISS data.

Examples

1
2
3
4
5
## Reading data
ex_data <- readISS(file = system.file("extdata", "Hypocampus_left.csv", package="MolDia"),
                   cellid = "CellId", centX = "centroid_x", centY = "centroid_y")

res <- ISS_deg (data = ex_data)

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