getRandomGenes | R Documentation |
Helper function to get a set of random genes located on different chromosomes of the target CpG.
getRandomGenes(
target.probe,
gene.expression.data,
ProbeAnnotation,
genome = "hg38",
perm = 1000
)
target.probe |
character string indicating the target CpG for generating the permutation p values. |
gene.expression.data |
a matrix of gene expression data. |
ProbeAnnotation |
GRange object of probe annotation. |
genome |
character string indicating the genome build version, can be either 'hg19' or 'hg38'. |
perm |
the number of permutation tests. Default: 1000 |
a dataframe for the permutation genes and p values for the target CpG site.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.