How to use TDbasedUFEadv (original) (raw)
Contents
- 1 Installation
- 2 Integrated analyses of two omics profiles
- 3 Integrated analysis of multiple omics data
library(TDbasedUFEadv)
library(Biobase)
#> Loading required package: BiocGenerics
#> Loading required package: generics
#>
#> Attaching package: 'generics'
#> The following objects are masked from 'package:base':
#>
#> as.difftime, as.factor, as.ordered, intersect, is.element, setdiff,
#> setequal, union
#>
#> Attaching package: 'BiocGenerics'
#> The following objects are masked from 'package:stats':
#>
#> IQR, mad, sd, var, xtabs
#> The following objects are masked from 'package:base':
#>
#> Filter, Find, Map, Position, Reduce, anyDuplicated, aperm, append,
#> as.data.frame, basename, cbind, colnames, dirname, do.call,
#> duplicated, eval, evalq, get, grep, grepl, is.unsorted, lapply,
#> mapply, match, mget, order, paste, pmax, pmax.int, pmin, pmin.int,
#> rank, rbind, rownames, sapply, saveRDS, table, tapply, unique,
#> unsplit, which.max, which.min
#> Welcome to Bioconductor
#>
#> Vignettes contain introductory material; view with
#> 'browseVignettes()'. To cite Bioconductor, see
#> 'citation("Biobase")', and for packages 'citation("pkgname")'.
library(RTCGA.rnaseq)
library(TDbasedUFE)
library(MOFAdata)
library(TDbasedUFE)
library(RTCGA.clinical)
Installation
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("TDbasedUFEadv")
Integrated analyses of two omics profiles
Here is a flowchart how we can make use of individual functions inTDbasedUFE and TDbasedUFEadv.
Relationship among functions in TDbasedUFE and TDbasedUFEadv
Integrated analysis of multiple omics data
Here is a flowchart how we can make use of individual functions in TDbasedUFE and TDbasedUFEadv.
Relationship among functions in TDbasedUFE and TDbasedUFEadv