Skip to content

Bug report: changes of colnames and NA values don't work  #1

@xie186

Description

@xie186

The following two lines are executed after Line780: vp.Sliding.Window.Stats <<- cbind(sliding.window.stats, TD_p_values)

colnames(vp.Sliding.Window.Stats)[4] <- ("TD p value")

vp.Sliding.Window.Stats[is.na(vp.Sliding.Window.Stats)] <- ">0.1"

So the effects of Line781 and Line782 will not be reflected in vp.Sliding.Window.Stats returned by vaxpack_output(). We can run vp.Sliding.Window.Stats <<- vp.Sliding.Window.Stats after L782.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions