vis_identifier_grp_comparison()
(#317).See the UCSCXenaShiny v2 Book for a comprehensive guidance.
load_data("tcga_PW")
: ssGSEA scores of HALLMARK, KEGG,
IOBR terms for TCGA samples.load_data("tcga_PW_meta")
: metadata annotation for
HALLMARK, KEGG, IOBR terms.load_data("pcawg_TIL")
: PCAWG TIL data.load_data("pcawg_PW")
: ssGSEA scores of HALLMARK, KEGG,
IOBR terms for PCAWG samples..opt_pancan
: Default setting for alternative TPC
datasets.mol_quick_analysis()
: Quick molecule analysis and
report generation based on TCGA dataset.query_tcga_group()
: Group TPC samples by build-in or
custom phenotype and support filtering or merging operations.vis_dim_dist()
: Visualize the distribution difference
of TCGA samples after dimension reduction analysis.vis_identifier_dim_dist()
: Visualize the distribution
difference of samples after Molecule Identifier dimension reduction
analysis.vis_toil_Mut()
: Visualize molecular profile difference
between mutation and wild status of queried gene.vis_toil_Mut_cancer()
: Visualize molecular profile
difference between mutation and wild status of queried gene in Single
Cancer TypeHomepage
General Dataset Analysis
Quick TPC Analysis
Personalized Analysis
Download
::get_pancan_methylation_value(
UCSCXenaShiny"RCAN2",
rule_out = c("cg21115430", "cg19452802"),
aggr = "Q75"
)
Supported installing the package from r-universe (https://openbiox.r-universe.dev/UCSCXenaShiny).
Supported alternative molecular profiling datasets for quick and personalized TPC analysis.
Test code:
vis_gene_tmb_cor("`ZFAT-AS1` + `SNORD116-1` + SPATA31D1", data_type = "methylation")
include.Tumor.only
to control if include
typeflatly
not available.ggsave()
failure in General Analysis page. (#230)as.data.frame()
when querying a symbol with unvalid R name. (Related to #234)ggsave()
failure. (#230)purrr
lambda
function.This the first stable and formal version of
UCSCXenaShiny
. We have refactored the whole R package and
corresponding Shiny for service.
Enjoy yourself.