View source: R/Footprints_FOS.R
Footprints_FOS | R Documentation |
Calculate the FOS(footprints occupancy score) to identify enriched transcriptions factor, and use these transcription factors to identify significant regulatory relationships
Footprints_FOS(Wig_list, Candid, FOS_threshold = 1, trans_wig = FALSE)
Wig_list |
list object, where each element is the cal_footprint_cuts result of each sample. |
Candid |
If you follow our our pipline, this parameter should be the second element of the list that generated by get_peaks_genes() |
FOS_threshold |
numeric, indicating the threshold of footprint occupancy score to identify significant footprints. |
trans_wig |
logcial, if you use dnase_wig_tracks_both2.py to get wig_list, please set trans_wig parameter as TRUE. |
return related transcription factors of footprints with FOS above FOS_threshold
load(system.file("extdata", "Candid.rda", package = "IReNA"))
load(system.file("extdata", "wig_list.rda", package = "IReNA"))
regulatory_relationships <- Footprints_FOS(wig_list, Candid)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.