indel_motif_scores | R Documentation |
Compute the motif scores given a motif library and a list of
indel_motif_scores(motif_lib, indel_info, num_cores = 1)
motif_lib |
A list of the position weight matrices for the motifs. |
indel_info |
A list object. Each element corresponds to an indel. See indel_info for details and an example. |
num_cores |
An integer for the number of parallel processes used for parallel computation. |
TODO.
A list object of position weight matrices.
Qinyi Zhou qinyi.zhou@utdallas.edu, Chandler Zuo chandler.c.zuo@gmail.com, Sunyoung Shin sunyoung.shin@utdallas.edu
data(example)
indel_motif_scores(motif_lib, indel_info, num_cores=1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.