benchdamic 1.4.0 fitNM matrix input
0
0
Entering edit mode
Robert Dunne ▴ 10
@robert-dunne-3690
Last seen 15 months ago
Australia

In benchdamic 1.4.0 (Bioconductor 3.16) in the function fitNB (and also in the other fit functions), should

else if (is.matrix(object)) {
        NULL
    }

be

else if (is.matrix(object)) {
        counts <- object
    }
GenomicDistributions • 342 views
ADD COMMENT

Login before adding your answer.

Traffic: 560 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6