Skip to content
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

Recent data updates from UCSCXena #43

Open
ShixiangWang opened this issue Oct 15, 2024 · 1 comment
Open

Recent data updates from UCSCXena #43

ShixiangWang opened this issue Oct 15, 2024 · 1 comment

Comments

@ShixiangWang
Copy link
Member

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 

GDC 改变

以单个队列为参考

  • 对数据进行了系统的更新,UCSCXenaShiny 涉及的数据和函数需要进行相应更新设计。

old:

image

new:

image

https://singlecellnew.xenahubs.net

这个 hub 好像是被撤销了(或者是隐藏了,公共无法再访问)

treehouse

新增了 5 个(clin表型)数据集,影响不大

image
@ShixiangWang
Copy link
Member Author

ShixiangWang commented Oct 17, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant