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.
Thanks for the wonderful cellchat tool! I have some questions regarding regarding the explanation of the dataframe from subsetCommunication(). Does the 'prob' column represent the communication probability (strength)? Can I directly compare this value between two datasets to assess if the signaling is up-regulated or down-regulated?
My goal is to identify the list of the differential signaling, and then comparing to other dataset (find common changed pathways).
Thanks in advance.
The text was updated successfully, but these errors were encountered:
amberqiong
changed the title
how to get the list of the differential signalings from the comparison
explanation of the df from subsetCommunication
Jan 19, 2024
Hello,
Thanks for the wonderful cellchat tool! I have some questions regarding regarding the explanation of the dataframe from
subsetCommunication()
. Does the 'prob' column represent the communication probability (strength)? Can I directly compare this value between two datasets to assess if the signaling is up-regulated or down-regulated?lipo.control.signaling.df=subsetCommunication(object.list[[1]],sources.use = c(1:3),targets.use = c(1:3)) lipo.PA.signaling.df=subsetCommunication(object.list[[2]],sources.use = c(1:3),targets.use = c(1:3))
My goal is to identify the list of the differential signaling, and then comparing to other dataset (find common changed pathways).
Thanks in advance.
The text was updated successfully, but these errors were encountered: