Description Usage Arguments Value
A function to perform hypothesis tests.
1 |
data |
The raw data, need to be in the exact format with the sample data provided by this package, more specifically, a |
clean_index |
a vector contain index of genes without computational problems which would be returned by |
paras |
hyperparameters estimates returned by |
rep |
The number of biological replicates at each SNP. |
fdr |
The desired False Discovery Rate (FDR), default value was set as 0.05. |
A list
contains the following:
A data.frame
contains gene IDs and gene numbers of the genes with significant ASE and their corresponding posterior probabilities and estimated FDRs.
A data.frame
contains gene IDs and gene numbers of the genes with significant ASE variation across SNPs and their corresponding posterior probabilities and estimated FDRs.
A data.frame
contains gene IDs and gene numbers of the genes exhibiting both ASE gene effect and ASE variation across SNPs and their corresponding posterior probabilities and estimated FDRs.
a data.frame
contains detailed intermediate results, i.e., the posterior probabilities of the 4 models for all the genes.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.