View source: R/ExtractMotifFromModel.R
ExtractMotifFromModel | R Documentation |
ExtractMotifFromModel allow the user to extract motifs who are activated by the sequences in our model.
ExtractMotifFromModel( X = NULL, Y = NULL, lower.case = F, top_kernel = 20, model.atac = T )
X |
An object of class character,list or DNAStringSet/DNAStringSetList with DNA sequences. |
Y |
a numeric vector of 1 and 0 values (default to NULL). |
lower.case |
boolean. Set to |
top_kernel |
integer which indicate the top best motifs activated by X. |
A kernel is a weight matrix used in convolution layer in DNN (Deep Neural Network). With one-hot DNA, a kernel represented a weighted DNA motif, but can't be easily interpreted. With this function, we detect the location on the response map where the kernel is activated for all input sequences and built the corresponding position count matrix.
A list of Position Count Matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.