benchdamic 1.4.0 fitNM matrix input
0
0
Entering edit mode
Robert Dunne ▴ 10
@robert-dunne-3690
Last seen 18 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 • 419 views
ADD COMMENT

Login before adding your answer.

Traffic: 724 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