Hello,
Thank you for your effort and this cool package!
I noticed that my issue was marked as solved previously, but I am still getting the following error while trying to visualize PhyloWGS results:
`pdf('./evofreqs.pdf', width=8, height=4, onefile = T)
for (i in 1:length(f$all)){
clone_dynamics_df <- get_evofreq(tree_data[[i]][,c(5,length(colnames(tree_data)))], clones=tree_data[[i]]$clone, parents=tree_data[[i]]$parent, clone_cmap = "jet")
p <- plot_evofreq(evofreq_df)
print(p)
}
dev.off()
Error in f : object 'f' not found`
Do you have any suggestions?
Thank you once again!
Hello,
Thank you for your effort and this cool package!
I noticed that my issue was marked as solved previously, but I am still getting the following error while trying to visualize
PhyloWGSresults:`pdf('./evofreqs.pdf', width=8, height=4, onefile = T)
for (i in 1:length(f$all)){
clone_dynamics_df <- get_evofreq(tree_data[[i]][,c(5,length(colnames(tree_data)))], clones=tree_data[[i]]$clone, parents=tree_data[[i]]$parent, clone_cmap = "jet")
p <- plot_evofreq(evofreq_df)
print(p)
}
dev.off()
Error in f : object 'f' not found`
Do you have any suggestions?
Thank you once again!