Description Usage Arguments Value
explore single-cell RNA-seq data with the view of molecular networks.
1 2 3 4 5 6 7 8 9 10 11 12 |
Data |
gene*cell matrix or a seurat object. |
PPI |
protein-protein network, you can provide a matrix if you have PPI data, or you can let PPI = 'Biogrid' or 'String', the system will download corresponding PPI data. |
species |
NCBI taxonomy identifier of the species to query for homologs, default is 9606(Homosapiens), only needed when PPI = 'Biogrid' or 'String'. |
score_threshold |
threshold on the score of the interaction, default is 600, only needed when PPI = 'String' |
metric |
A character string. The metric used to calculate association. Choose one of 'cor', 'rho', 'phi', 'phs' |
module_min |
Integer number. The minimum size of a module to be accepted. |
max_step |
Integer number. The maximum step run in the community detect. |
AUCRank |
Integer number. The number of highly-expressed genes to include when computing AUCell. |
SeqMethod |
A charater string. Sequening methods, default is '10X' |
nCores |
Number of cores to use for computation. |
a seurat object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.