Ensure diffInCounts returns as.matrix (#24)
This commit is contained in:
parent
b7282d67df
commit
99e272a80f
1 changed files with 1 additions and 1 deletions
|
|
@ -13,5 +13,5 @@ computeDiffInCounts <- function(rows, max_noalle, nloci, data) {
|
|||
diffInCounts[element] <- diffInCounts[element] + 1
|
||||
}
|
||||
}
|
||||
return(diffInCounts)
|
||||
return(as.matrix(diffInCounts))
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue