Skip to content

analyz_frquence input type #1

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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