View source: R/ExtractSubSequence.R
ExtractSubSequence | R Documentation |
ExtractSubSequencefromBed : Internal function for DeepG4Scan.
ExtractSubSequence(x = NULL, k = 20, seq.size = 201)
x |
An object of class GRanges. |
k |
size of the sliding windows. |
seq.size |
numeric value representing the sequence size accepted by our model. Don't change it unless you want to use our function with a custom model. |
A data.frame with position of subsequence and DNA sequence.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.