Skip to content

Issue running PhyloWGS #19

@mkyriak

Description

@mkyriak

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions