Skip to content

Normalization issues with data imported from bam files #193

@perinom

Description

@perinom

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]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions