Description Usage Arguments Value
The datastructure to store the xseq models
1 2 |
mut |
A data.frame of mutations. The data.frame should have three columns of characters: sample, hgnc_symbol, and variant_type. The variant_type column cat be either "HOMD", "HLAMP", "MISSENSE", "NONSENSE", "FRAMESHIFT", "INFRAME", "SPLICE", "NONSTOP", "STARTGAINED", "SYNONYMOUS", "OTHER", "FUSION", "COMPLEX". |
expr |
A matrix of gene expression values where each row corresponds to a patient and each column is a gene |
net |
A list of gene interaction networks |
expr.dis |
The fitted gene expression distributions,
output from |
prior |
The prior for xseq, output from |
cpd |
A list of conditional probability tables for xseq,
output from |
gene |
A character vector of gene names, default to all the genes with mutations |
p.h |
The down-regulation probability list of each gene
connected to a mutated gene,
typically from running |
weight |
The weight list of each gene
connected to a mutated gene,
typically from running |
cis |
Logical, cis or trans analysis |
debug |
Logical, whether to output debug information |
A xseq model
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.