-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Normalization issues with data imported from bam files #193
Comments
Hi there, sorry for the long silence (we both have new jobs and have been quite busy!). I ran through the workflow using some of our in-house BAMs and while I do get
When normalizing, the normalized counts are there. There isn't a specific slot for the normalized counts; rather, they are included in I do get the same errors when working through the data from the vignette, we will look into that. Thanks for your patience! |
Alright, thanks for the clarification, I'll double check the values before and after. I was confused because many functions downstream have an argument Since the raw data are overwritten should I expect downstream functions to use normalized counts even with |
I do see the However
results in which, combined with the error from
Please let me know if you prefer to have this as a separate issue |
Both "score" and "normalized_score" are present in the exp@counts$TSSs$raw slot and so the raw data isn't overwritten; however, I do get the same issue when attempting to apply the threshold. We'll sort it out. |
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
exp
objectUsing the sample bam included
method="DESeq2"
andmethod="edgeR"
fail with:method="CPM"
fails with:The text was updated successfully, but these errors were encountered: