#' @title convertes a summarizedExperiment to KallistoExperiment
SEtoKE<-function(from){
txomes <- metadata(from)$transcriptomes
kversion <- metadata(from)$kallistoVersion
new("KallistoExperiment", from,
kallistoVersion=kversion, transcriptomes=txomes)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.