| DiffGenes | R Documentation |
Different expression with spatial single
DiffGenes(object, ...)
## S4 method for signature 'SPARK'
DiffGenes(object, numCores = 4, verbose = FALSE, ...)
## S4 method for signature 'giotto'
DiffGenes(
object,
minimum.k = 2,
maximum.distance.delaunay = 400,
bin.method = c("kmeans", "rank"),
expression.value = "normalized",
numCores = 5,
verbose = TRUE,
python_Path = NULL,
...
)
object |
a giotto object |
... |
Other graguments in |
numCores |
The number of cores to use, 5 as default. |
verbose |
verbosity of the function |
minimum.k |
minimum nearest neigbhours if maximum_distance != NULL, default, 2. |
maximum.distance.delaunay |
distance cutoff for nearest neighbors to consider for Delaunay network, default 400 |
bin.method |
method to binarize gene expression. Set k-means as default. |
expression.value |
expression values to use, choice with normalized, scaled and custom, default is normalized. |
python_Path |
python path. Path in Giotto object will be used when no extra dir is provided. |
Different expression data.fame
A list contain 4 methods of differentin expression
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.