Description Usage Arguments Value Examples
View source: R/All-functions.R
Function to create a data frame containing the ChIP-Seq dataset accession IDs and the transcription factor tested in each ChIP. This index is used in functions like <e2><80><9c>contingency_matrix<e2><80><9d> and <e2><80><9c>GSEA_run<e2><80><9d> as a filter to select specific ChIPs or transcription factors to run an analysis.
1 | get_chip_index(encodeFilter = FALSE, TFfilter = NULL)
|
encodeFilter |
(Optional) If TRUE, only ENCODE ChIP-Seqs are included in the index. |
TFfilter |
(Optional) Transcription factors of interest. |
Data frame containig the accession ID and TF for every ChIP-Seq experiment included in the metadata files.
1 2 | get_chip_index(encodeFilter = TRUE)
get_chip_index(TFfilter=c('SMAD2','SMAD4'))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.