Installed smoothly on 21/09/2021 after #192 had been addressed
Unfortunately 'exp <- normalize_counts(exp, data_type='tss', method="DESeq2")' fails with:
Warning in `[.data.table`(x, , !c("normalized_score")) :
column(s) not removed because not found: [normalized_score]
exp <- normalize_counts(exp, data_type='tss', method="edgeR") fails with:
Aggregate function missing, defaulting to 'length'
Warning in `[.data.table`(x, , !c("normalized_score")) : column(s) not removed because not found: [normalized_score]
exp <- normalize_counts(exp, data_type='tss', method="CMP") fails with:
Aggregate function missing, defaulting to 'length'
In all the cases the slot with normalised data is missing, only the raw counts are available in the exp object
Using the sample bam included method="DESeq2" and method="edgeR" fail with:
Error: count_matrix is not a matrix
method="CPM" fails with:
Warning in eval(jsub, SDenv, parent.frame()) :
NAs introduced by coercion
Warning in `[.data.table`(x, , !c("normalized_score")) :
column(s) not removed because not found: [normalized_score]
Installed smoothly on 21/09/2021 after #192 had been addressed
Unfortunately 'exp <- normalize_counts(exp, data_type='tss', method="DESeq2")' fails with:
exp <- normalize_counts(exp, data_type='tss', method="edgeR")fails with:exp <- normalize_counts(exp, data_type='tss', method="CMP")fails with:In all the cases the slot with normalised data is missing, only the raw counts are available in the
expobjectUsing the sample bam included
method="DESeq2"andmethod="edgeR"fail with:method="CPM"fails with: