Description Usage Arguments Value Examples
View source: R/p04_get_TF_binding_data.R
This function extract the columns from SAMPLE_ID_peaks.annotated.tab file for multiple samples and returns a dataframe.
1 | get_TF_binding_data(genesDf, exptInfo, allColumns = FALSE)
|
genesDf |
Dataframe with genes of interest |
exptInfo |
Experiment information dataframe generated by get_sample_information() |
allColumns |
Whether to get all the columns TRUE or FALSE |
Dataframe with all columns when allColumns is TRUE. If allColumns = FALSE, "hasPeak.sampleId", "peakId.sampleId", "peakDist.sampleId", "summitDist.sampleId", "peakAnnotation.sampleId", "enrichment.sampleId", "pval.sampleId" columns are returned from TF peak annotation file
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.