-
Notifications
You must be signed in to change notification settings - Fork 8
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
aggregateAcrossCells() no longer works over multiple assays in SCE #17
Comments
I can only assume that you haven't run Anyway, the likely problem is that
|
I just tried running with
I'm trying to get an aggregation with three of the assays: counts, logcounts, and mel_counts
|
To be clear, you need to set both |
Hi,
I have been using the scuttle package functions quite some time now to analyse my scRNA-seq data (10x, aligned with salmon alevin), and at this point have a pretty streamlined code for what I need to do. In this specific case I am trying to make a new sce from subclustering my original sce, carrying over three specific assays to the new object.
Today all of a sudden my code for
AggregateAcrossCells()
-- which I have been using over and over again without modifications -- doesn't work anymore:I assumed there has been some update to the package, but now I cannot get the new sce that I need, which will contain all three above assays: counts, logcounts, and mel_counts. I tried looking into
applySCE()
and running it, but I can only get it to work for "counts".I appended logcounts and mel_counts as alternative experiments, because that seems to be what the function now works with, but it still won't work.
I have currently resorted to just adding the altExps as assays after aggregating, but I would like to know if there is a more straightforward way of doing this.
Thank you in advance for your reply, and thank you for the super useful package in general :)
The text was updated successfully, but these errors were encountered: