View source: R/STUDY_CANCER_GENES.R
STUDY_CANCER_GENES | R Documentation |
Detail of Cancer Gene Census can be accessed and read at https://cancer.sanger.ac.uk/census
STUDY_CANCER_GENES(
cosmic.username,
cosmic.password,
tumour.type.regex = NULL,
tumour.type.exact = NULL,
cell.type = "somatic",
genic.elements.counts.dt,
output.dir = "study_cancer_genes/"
)
cosmic.username |
COSMIC username i.e. registered email. |
cosmic.password |
COSMIC password. |
tumour.type.regex |
Regular expression for "Tumour Types" column in Cancer Gene Census table. Default is NULL. |
tumour.type.exact |
Exact keywords for "Tumour Types" column in Cancer Gene Census table. Default is NULL. |
cell.type |
Type of cell: "somatic" or "germline". Default is "somatic". |
genic.elements.counts.dt |
Genic element count table generated from STUDY_GENIC_ELEMENTS. |
output.dir |
A directory for the outputs. |
An output directory containing plots.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.