Description Usage Arguments Value Examples
View source: R/All-functions.R
Function to search for a list of entrez gene IDs in a TF-gene binding data base.
1 | makeTFBSmatrix(GeneList, id_db, geneSetAsInput = TRUE)
|
GeneList |
Array of gene Entrez IDs |
id_db |
TF - gene binding database. |
geneSetAsInput |
TRUE for lists of GeneSet objects, FALSE for lists of vectors. |
1/0 matrix. Each row represents a gene, each column, a ChIP-Seq file.
1 2 | data('tfbs.database','Entrez.gene.IDs',package = 'TFEA.ChIP')
makeTFBSmatrix(Entrez.gene.IDs,tfbs.database)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.