You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.
Add the Secreted Signaling database in the CellChat object
cellchat@DB <- CellChatDB.use
3.Subset and pre-processing the expression data
subset the expression data to use less RAM
cellchat <- subsetData(cellchat)
Pre-processing the expression data
cellchat <- identifyOverExpressedGenes(cellchat)
Error in (function (cond) : error in evaluating the argument 'x' in selecting a method for function 'rowSums': subscript out of bounds**
**
cellchat <- identifyOverExpressedInteractions(cellchat)
|++++++++++++++++++++++++++++++++++++++++++++++++++| 100% elapsed=00s
|++++++++++++++++++++++++++++++++++++++++++++++++++| 100% elapsed=00s
Optional: project gene expression data onto protein-protein interaction (PPI)
options(stringsAsFactors = FALSE)
The text was updated successfully, but these errors were encountered: