-
Notifications
You must be signed in to change notification settings - Fork 113
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
GDCprepare Error adding clinical information to samples #629
Comments
I have the same issue! Did you find out a way to solve it? Thanks! |
Issue is that BEATAML barcodes start with "aq-" which the code is not prepared to handle. Added fix #634 |
Hi @warbol I have exactly that issue and want to use TCGAbiolinks including your updated function. Do you have an advice how I can to this? Can I install a package version from a development branch? Thank you, Christian |
will install the updated package from the GitHub pull request #634 |
Hi @warbol
Thank you! |
You can try using devtools version of install_github instead of remotes? I just verified it works so it may be a network issue on your end. |
Hello,
I have encontered an error using GDCprepare with gene expression data from BEATAML1.0-COHORT, while trying to add clinical information to samples:
Error in
dplyr::bind_cols()
:! Can't recycle
..1
(size 0) to match..2
(size 2).The error appears with the last TCGAbiolinks versions (2.32.0 and 2.31.4), but not with older versions like 2.28.4.
The error can be found running the following code (including rlang::last_trace() output):
And my R session info:
Thank you
The text was updated successfully, but these errors were encountered: