-
Notifications
You must be signed in to change notification settings - Fork 3
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
Can't load sce data #11
Comments
Hi Jihed
Did you get this working? I’m currently trying to debug but there are
issues using Stan on MacOS Catalina that I’m looking into
…On Fri, Nov 29, 2019 at 09:36 Jihed Chouaref ***@***.***> wrote:
Closed #11 <#11>.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#11?email_source=notifications&email_token=AAPR5QIVNDMKRL7L3GB2NP3QWDPAZA5CNFSM4JR2WIB2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOVFJ7MYQ#event-2840852066>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAPR5QPLLJ6KDWK65OUFLMLQWDPAZANCNFSM4JR2WIBQ>
.
|
Hi Kieran!
But I have no clue if this is okay to do so. I have got this plot: |
Hmm looks like the sampler hasn't run at all. Let me debug over the next few days and see where I get. I suspect various dependencies have been updated that have broken the main package. |
ok thanks!
Which also gives the same output :
|
Ok that error should now be fixed in c77e652 -- can you reinstall from github and try again? Thanks |
Yep I'll have a look |
Nope I still get the same error message and the command :
doesn't work anymore :( |
Okay at some point |
This is what I've got. Sorry it's in French, it means that the argument is not a matrix :(
|
Ah the assay should be "logcounts" or the |
I reinstalled earlier using this
I'll try again |
I am afraid I am not understanding what you mean. Which command should I use to load the ice assay? By the way these are my session info (concerning the installation):
|
single_cell_set <- SingleCellExperiment(assays = list(logcounts = t(example_gex)))
ouija(single_cell_set) should work ? I've also bumped the version number so if you get the same error as before ( |
I am sorry for bringing bad news to you today :(
But there is another error now :(
|
No problem! Can you restart R (or terminate session in Rstudio) and try again? That usually resolves this error. |
Great it works! I have one more question, if you can help me, it would be great! I have managed to reproduce your example using the
This is what I tried with my own SCE object :
Thanks in advance! |
Aha! So if you print |
Aha! So just double check that If so, you should be able to call library(scran)
library(scater)
test <- computeSumFactors(test) # this computes size factors for each cell
test <- normalize(test) # compute log normalized counts and double check that |
Hi Kieran!
The SCE contained already the log counts apparently. I did run the command you suggested anyway and tried to use ouija like this:
But it still tells me that the argument is not a matrix :( |
Ohhh I think it's because it's saved as a sparse matrix....Ouija was written baack in the days when these weren't a thing. Does logcounts(test) <- as.matrix(logcounts(test)) fix it? |
ah ok!
and I've got this :
|
What does |
|
Ok I'm stumped -- would you be able to |
yes sure! |
I have sent it to you via dropbox on the gmail address I found on your cv (I don't want to display it here) |
I have tried to work around it a bit by extracting the log count matrix of my genes of interest and adding 0.000001. I have also selected randomly 500 cells among the almost 10000 cells I have in my matrix. I don't understand why I am getting such a high values on the y-axis, on your example the values are between 0 and 1.5. Besides in terms of biology, the pseudo-time line should be reverted |
Hi @JihedC Do you have a list of marker genes? I've had a look at the |
Hi @kieranrcampbell ,
|
Hi,
I am new to Ouija but quite excite about using it.
I have got my Seurat object transformed into a singleCellExperiment object. Unfortunately Ouija doesn't seem to see like this. I get this :
Am I doing something wrong?
The text was updated successfully, but these errors were encountered: