getPWM | R Documentation |
Determines the position weight matrix from a DLData object as relative frequency of symbols in each column of the data slot.
getPWM(part)
## S3 method for class 'DLData'
getPWM(part)
part |
the DLData object |
the position weight matrix, where columns correspond to positions (columns of the DLData$data slot) and rows to symbols
Jan Grau <grau@informatik.uni-halle.de>
data <- DLData(c("ACGT", "ATTA"))
getPWM(data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.