-
Notifications
You must be signed in to change notification settings - Fork 35
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: in normalize.quantiles(dataset0): vector types do not match in copyVector #51
Comments
Have you figured this problem? I got the same problem as you. |
No, I haven't been able to figure this out.
|
Hi,I‘ve solved this problem, maybe the forms of input bulk_dataset and phenotype are wrong, the form of phenotype is "named num".
|
I can't open this link, it seems to indicate a risk of privacy breach. Can you tell me the correct phenotype format and bulk matrix format? Thank you very much |
I have solved the problem with the following code: bulk_dataset[] <- lapply(bulk_dataset, function(x) as.numeric(as.character(x))) |
I am having an issue using Scissor to annotate bulk RNA sequencing (of paired tumor & normal samples) with single-cell tumor sequencing.
Here is my code:
This results in the following error:
I have tried several different things (including manual installation of preprocessCore, using
BiocManager::install("preprocessCore", configure.args="--disable-threading", force = TRUE)
...but nothing has worked. I also had issues with the normalize.quantiles() before I coerced the bulk dataset into a matrix.
Can someone advise on if I've made an error, and/or how to mitigate this issue?
The text was updated successfully, but these errors were encountered: