createComplexHeatmap: Create SNV Distance Matrix input from VCF File

Description Usage Arguments Value

View source: R/complex_heatmap.R

Description

This function finds chromosome information, alternative allele read counts (X), total read counts (N), and mutation profile matrix (Z) from VCF file of mutations

Usage

1
2
3
4
5
6
7
createComplexHeatmap(
  snvDistMatrix,
  cnvDistMatrix,
  integratedDistMatrix,
  infercnvObj,
  geneOrder
)

Arguments

snvDistMatrix

cell-cell distance matrix generated with SNV data

cnvDistMatrix

cell-cell distance matrix generated with CNV data

integratedDistMatrix

integrated distance matrix with CNV and SNV data

infercnvObj

RDA File with inferCNV object

geneOrder

Name of geneOrder file, file with gene annotations

Value

interactive complex heatmap


lizamathews/CAISC documentation built on Dec. 21, 2021, 11:41 a.m.