add_mutation: Title

Description Usage Arguments Value Examples

Description

Title

Usage

1
add_mutation(Eset, mutations, multiple = "all")

Arguments

Eset

Expression Set where the mutations will be added as a column in the pData table

mutations

a vector of mutations to be added

multiple

If more than one mutation was entered, a additional combined column will be added. multiple = "all" -> all mutations present in the patient, multiple = "one" -> mutation in at least one patient

Value

Expression Set where the mutations will are added as a column in the pData table

Examples

1
2
3
4
5
6
## Not run: 
add_mutation(Eset = Eset,
mutations = c("VHL", "PBRM1")
)

## End(Not run)

w2felix/TCGADataFelix documentation built on May 19, 2019, 8:24 a.m.