Skip to content

str score error for some loci #87

@krukanna

Description

@krukanna

Hi,
I've got error when running:
tsum <- tsum_test(str_score)
For locus like DBQD2, EIEE1, FRAXE and many other got message:

'apply(qm, 2, sort.int, partial = ti)': dim(X) must have a positive length

or

'if (qs < 1) {': argument is of length zero

To avoid the error I have to remove these locus from the function like below:
tsum <- tsum_test(str_score[c("DM2","DRPLA","FRA12A","FRAXA","GDPAG")]

Do you know what could be the cause?
Thanks for help

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