R/getGademPWM.R

getGademPWM <- function (y)
{
 .Deprecated("getPWM", package="rGADEM")
	PWM <- sapply(y@motifList, 
	function(x){
		pwm=x@pwm
		colnames(pwm) <- 1:(length(pwm)/4)
		rownames(pwm) <- c("A","C","G","T")
		pwm
	})  
	names(PWM)<- names(y)
	return(PWM)
}

Try the MotIV package in your browser

Any scripts or data that you put into this service are public.

MotIV documentation built on April 28, 2020, 6:51 p.m.