-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Hi ,
I would like your help about the visualization.:
I’m currently trying your package on the dataset WNV that you provided and Iwould like to reproduce the kind of figure you did on your paper ( Figure 5 B).
I’m talking about the DrawNetworkPlot based on the Meta-cluster-phenotype-mapping.
I have the data.clust table and the mapping table with the column PopName inside them.
I tried the code below:
DrawNetworkPlot(dat = data.clust,
timepoint.col = "timepoint",
timepoints = c('D0', 'D1', 'D2', 'D3', 'D4' , 'D5' , 'D6','D7'),
cluster.col = 'TrackSOM_metacluster_lineage_tracking',
mapping = mapping,
population.col = PopName)
But after some step it stop with an error:
Calculating edges
Computing node details
Calculating marker's average per node
Error in gmean(PopName) : mean is not meaningful for factors.
Do you have an idea of what's is going wrong ?
Thanks a lot for your help.