We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@DongqiangZeng0808
The UCSCXenaTools has been updated to match the recent update of UCSC Xena data hubs. Some of the content on the page https://iobr.github.io/book/rna-data-preprocessing.html#download-rnaseq-data-using-ucscxenatools need be updated to make it work.
Specifically,
if (!requireNamespace("UCSCXenaTools", quietly = TRUE)) BiocManager::install("UCSCXenaTools")
updated to
if (!requireNamespace("UCSCXenaTools", quietly = TRUE)) BiocManager::install("ropensci/UCSCXenaTools")
The text was updated successfully, but these errors were encountered:
No branches or pull requests
@DongqiangZeng0808
The UCSCXenaTools has been updated to match the recent update of UCSC Xena data hubs. Some of the content on the page https://iobr.github.io/book/rna-data-preprocessing.html#download-rnaseq-data-using-ucscxenatools need be updated to make it work.
Specifically,
updated to
The text was updated successfully, but these errors were encountered: