Description Usage Arguments Value Author(s)
View source: R/sqtl.seeker.p.R
Computes nominal P-value for the association between the genotype of a locus (e.g. SNP) and the splicing ratios of a gene.
1 2 3 4 5 6 7 8 | compute.nominal.pv(
geno.df,
tre.mt,
permute = FALSE,
seed = 1,
item.acc = 1e-14,
eigen.tol = 1e-12
)
|
geno.df |
a data.frame of one row with the genotype information for each sample. |
tre.mt |
a matrix of splicing ratios (samples x transcripts). |
permute |
should the rows of the splicing ratio matrix be permuted. Default is |
seed |
if |
item.acc |
accuracy for P-value computation. Passed to |
eigen.tol |
eigenvalues below this threshold are considered 0. Default is 1e-12. |
A data.frame containing a P-value for the association.
Diego Garrido-Martín
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.