Description Usage Arguments Note Examples
Find differentially express (DE) gene by different methods
1 |
data |
Input data matrix. Column is gene and row is cells. |
DEGmethod |
Methods to find DE genes. |
This function is in-complete and needs further development by adding different methods of finding DE optimized for ISS data.
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.