Description Usage Arguments Value Author(s) Examples
Apply sine model on one particular gene vs. other genes
1 | SineFun(DataInSc,i)
|
DataInSc |
a gene-by-sample (isoform-by-sample) matrix indicating the rescaled expression of two genes/isoforms. all values should be bettwen [-1, 1]. |
i |
the gene (isoform) of interest. The function will apply the sine model on gene (isoform) i vs. gene (isoform) j for all j > i. Gene (isoform) i (j) is defined as the gene (isoform )shown in the i (j) th row. i should be smaller than the total number of genes (isoforms). |
Output is a list with two sublists, each shows the optimal phi's (shift) and epsilon's (value). N-i entries will be included in each sublist (N is the total number of genes/isoforms). The kth entry indicates results of gene (isoform) i vs. i+k.
Ning Leng
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.