UCSCXenaTools icon indicating copy to clipboard operation
UCSCXenaTools copied to clipboard

:package: An R package for accessing genomics data from UCSC Xena platform, from cancer multi-omics to single-cell RNA-seq https://cran.r-project.org/web/packages/UCSCXenaTools/

Results 6 UCSCXenaTools issues
Sort by recently updated
recently updated
newest added

Hello, thank you for the wonderful tool. First time posting, so please let me know if this issue has been solved elsewhere (I couldn't find) or if more information would...

Hi, I tried to use the markdown published on https://ropensci.org/blog/2019/09/06/ucscxenatools-surv/ This is what happens: merged_data = tibble(sampleID = names(KRAS), KRAS_expression = as.numeric(KRAS)) %>% left_join(cli, by = "sampleID") %>% filter(sample_type ==...

Thank you for this tool. I am a novice in all TCGA data, but I am looking to do some analysis, and I wanted to download TPM normalised values, so...

1. fetch_dataset_samples(host, dataset) failed in query all samples Don't know why ``` > fetch_dataset_samples(host, dataset) Error in FUN(X[[i]], ...) : is.atomic(p) | is.list(p) is not TRUE ``` Change to `fetch_dataset_samples(host,...