Skip to content

analyz_frquence input type #1

@EYH0602

Description

@EYH0602

it seems that counts argument only takes output of colSums.

f1 <- c(34, 0, 1)

gives allele frequences as NA

and

f1 <- list(
 red = 34,
 pink = 0,
 white = 1
)

gives error

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions