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
devtools::load_all(".") data_old = XenaData data_new = XenaDataUpdate(saveTolocal = FALSE) diff_new = dplyr::setdiff( data_new[, 1:4], data_old[, 1:4] ) diff_old = dplyr::setdiff( data_old[, 1:4], data_new[, 1:4] ) table(diff_old$XenaHosts) table(diff_new$XenaHosts) > table(diff_old$XenaHosts) https://gdc.xenahubs.net https://singlecellnew.xenahubs.net 401 71 > table(diff_new$XenaHosts) https://gdc.xenahubs.net https://xena.treehouse.gi.ucsc.edu:443 733 5
以单个队列为参考
old:
new:
这个 hub 好像是被撤销了(或者是隐藏了,公共无法再访问)
新增了 5 个(clin表型)数据集,影响不大
The text was updated successfully, but these errors were encountered:
探索和更新确定下:
openbiox/UCSCXenaShiny#359
Sorry, something went wrong.
close it as the latest commit 2f1742d
No branches or pull requests
GDC 改变
以单个队列为参考
old:
new:
https://singlecellnew.xenahubs.net
这个 hub 好像是被撤销了(或者是隐藏了,公共无法再访问)
treehouse
新增了 5 个(clin表型)数据集,影响不大
The text was updated successfully, but these errors were encountered: