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)
the DLData object
The position weight matrix, where columns correspond to positions (columns of the DLData$data slot) and rows to symbols.
# NOT RUN { data <- DLData(c("ACGT", "ATTA")) getPWM(data) # }
Run the code above in your browser using DataLab