Description Usage Arguments Details Value Examples
Imports: cgdsr
1 | setCGclinic(cgds, study, profile, caselist, genes)
|
cgds |
output from the setCGbase() function |
study |
ouput from the setCGstudy() function |
profile |
integer, profile name (what kind of data, RNA-Seq, Mutations, ...) obtained from the printout of the setCGstudy() function |
caselist |
integer, caselist name (which samples) obtained from the printout of the setCGstudy() function |
genes |
character vector, genes of interest, Symbols, EntrezIds and EnsemblIds work, maybe others too. |
profile and caselist should be logically conntected, e.g. the caselist "samples with mutation data" would go along well with the profile "Mutations"
data.frame, clinical data of the patients (depending on what caselist was chosen) with data about the genes of interest (RNA-Seq counts, mutations occurences) depending on what profile was chosen
1 2 3 | cgds <- setCGbase()
study <- setCGstudy(cgds, 5)
clinic <- setCGclinic(cgds, study, 2, 1, c("ACTA1","HOXA9"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.