Description Usage Arguments Value Examples
View source: R/internal_functions.R
Communicates between cursus and omnibus
by coordinating a chromosome-wide analysis.
| 1 2 3 | intern.chromo(Y, Ystart, Yend, X, Xloc,
             window, offset, group, perm,
             nodes, phi, kind)
 | 
| Y | RNA-Seq data:
numeric matrix with  | 
| Ystart | start location of genes:
numeric vector of length  | 
| Yend | end location of genes:
NULL or numeric vector of length  | 
| X | genomic profile:
numeric matrix with  | 
| Xloc | location covariates:
numeric vector of length  | 
| window | maximum distance: non-negative real number | 
| offset | numeric vector of length  | 
| group | confounding variable:
factor of length  | 
| perm | number of iterations: positive integer | 
| nodes | number of cluster nodes for parallel computation | 
| phi | dispersion parameters: vector of length  | 
| kind | computation : number between 0 and 1 | 
The function returns a dataframe, with the p-value in the first column, and the test statistic in the second column.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.