combineDist | R Documentation |
combineDist
integrates weighted distances matrices from getDist
.
All data types are now collapsed into one NxN
matrix.
combineDist(dist.dat)
dist.dat |
list of weighted data matrices from |
combineDist
integrates and does cleaning of missing pair of samples.
if datasets
list had non-overlapping samples,
then combineDist
retains only those samples that have full information after accounting for all data types.
combMatFullA matrix. Combine normalized information across m
genomic data types into NxN
matrix,
where N
is the union of all samples across m
data types/ or samples with complete pairwise information.
Final matrix should not have any NAs
Arshi Arora
library(survClust)
dd <- getDist(simdat, simsurvdat)
cc <- combineDist(dd)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.