-
Notifications
You must be signed in to change notification settings - Fork 101
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
error when running xcell #18
Comments
This sounds like a problem with xcell. If other methods work well, you
should file a bug in the xcell repository (dviraran/xcell).
Beware that most methods expect normalized counts (shouldn't matter for
xcell, though).
If you file a bug, make sure to include a [minimal working example](https://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example)
to reproduce the problem.
Cheers,
Gregor
…On Wed, Aug 14, 2019, 19:54 trptyrphe11 ***@***.***> wrote:
Input is count matrix of RNAseq;
command: res = deconvolute(exprM, "xcell")
Running xcell
Error in xCell::xCellAnalysis(gene_expression_matrix, rnaseq = rnaseq, :
unused arguments (cell.types.use = cell_types_xcell, parallel.sz =
config_env$xcell_cores)
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#18>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABVZRV2GWEIHGDDHJ45ZFMDQEQFC3ANCNFSM4ILVFGUA>
.
|
Thanks, actually your comment leads to my second question: would it be possible that add expected data type for each method in the document (for example, count vs normalized (or more specifically tpm/fpkm/etc.)? Thanks. |
That's a good point.
I'll update the documentation and keep this open until then.
…On Wed, Aug 14, 2019, 21:42 trptyrphe11 ***@***.***> wrote:
Thanks, actually your comment leads to my second question: would it be
possible that add expected data type for each method in the document (for
example, count vs normalized (or more specifically tpm/fpkm/etc.)? Thanks.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#18>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABVZRV7Z5WXG4BWUZRVSNDLQEQRW3ANCNFSM4ILVFGUA>
.
|
8 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Input is count matrix of RNAseq;
command: res = deconvolute(exprM, "xcell")
The text was updated successfully, but these errors were encountered: