.callDeepG4Scan | R Documentation |
Scanning of potential active G4 on a sequence or a list of sequences using a sliding window of size k.
.callDeepG4Scan(X = NULL, k = 20, treshold = 0.5, threads = 1, lower.case = F)
X |
An object of class character,list or DNAStringSet/DNAStringSetList with DNA sequences. |
k |
size of the sliding windows. |
treshold |
numeric value who define the treshold to use to consider a sequence asc ontaining an active G4. |
threads |
numeric value who define the number of threads used in DeepG4Scan (Generate sub sequences) |
lower.case |
a boolean. Set to |
a data.frame with the position of potential active G4 across input sequences.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.