getMafPatient {MesKit}R Documentation

getMafPatient

Description

getMafPatient

Usage

getMafPatient(object)

## S4 method for signature 'Maf'
getMafPatient(object)

Arguments

object

An object of Maf

Value

Human reference genome versions of Maf

Examples

maf.File <- system.file("extdata/", "CRC_HZ.maf", package = "MesKit")
clin.File <- system.file("extdata/", "CRC_HZ.clin.txt", package = "MesKit")
ccf.File <- system.file("extdata/", "CRC_HZ.ccf.tsv", package = "MesKit")
maf <- readMaf(mafFile=maf.File, clinicalFile = clin.File, ccfFile=ccf.File, refBuild="hg19")
getMafPatient(maf$V402)

[Package MesKit version 1.3.0 Index]