Description Usage Arguments Value Examples
Title
1 | add_mutation(Eset, mutations, multiple = "all")
|
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 |
Expression Set where the mutations will are added as a column in the pData table
1 2 3 4 5 6 | ## Not run:
add_mutation(Eset = Eset,
mutations = c("VHL", "PBRM1")
)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.