powered by
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 DLData getPWM(part)
# S3 method for DLData getPWM(part)
the position weight matrix, where columns correspond to positions (columns of the DLData$data slot) and rows to symbols
the DLData object
Jan Grau <grau@informatik.uni-halle.de>
data <- DLData(c("ACGT", "ATTA")) getPWM(data)
Run the code above in your browser using DataLab