Description Usage Arguments Details See Also Examples
View source: R/landscape.data.R
Prepare mutational landscape data for plot.landscape.
1  | landscape.data(genes=NULL, mutsigcv.sig.gene.file, gene.mut.freq.file, mut.per.smp.file, gene.mut.mat.file, use.q.value=T, top.k.gene=12, discard.genes=c("TTN"))
 | 
genes | 
 A vector of gene symbols to be selected  | 
mutsigcv.sig.gene.file | 
 MutSigCV output file, often suffixed with   | 
gene.mut.freq.file | 
 Gene mutation frequency file.  | 
mut.per.smp.file | 
 Mutation per sample file.  | 
gene.mut.mat.file | 
 Gene mutation matrix file.  | 
use.q.value | 
 Use q-value in   | 
top.k.gene | 
 The top of highly mutated gene count. If   | 
discard.genes | 
 Gene to be ignored in   | 
mutsigcv.sig.gene.file is generated by MutSigCV.
gene.mut.freq.file, mut.per.smp.file, gene.mut.mat.file can be generaed by ngstk1.0 muMat.
1 2  | # Not run
r=landscape.data(genes=NULL, "../MutSigCV/GC.WES.sig_genes.txt", "../basic_stats/WES.exonic.gene_mut_freq.txt", "../basic_stats/WES.exonic.mut_per_sample.txt", "../basic_stats/WES.exonic.gene_mut_mat.txt", F, top.k.gene=13, discard.genes="TTN")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.