View source: R/DeepG4InputFromBED.R
DeepG4InputFromBED | R Documentation |
Pre-Computing function of DeepG4. To use before DeepG4 main function
DeepG4InputFromBED( BED = NULL, ATAC = NULL, is.bw = TRUE, GENOME = NULL, use.bg = TRUE, windows_bg = 5000, treshold_bg = 2 )
BED |
An object of class GRanges. |
ATAC |
A character path of bigWig/bedGraph file, or an object of class GRanges/SimpleRleList. |
is.bw |
a boolean. Set to |
GENOME |
a BSgenome object containing the DNA sequence of genome of interest. |
use.bg |
a boolean. Set to |
windows_bg |
numeric value who define the windows use to get background signal. |
treshold_bg |
numeric value who set the treshold signal/background. |
a list(DNAStringSet,vector) with fasta sequence from GENOME of BED, and vector of accessibility of BED.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.