R/deep_vocab.R

getDeepVocab <- function(){
	require(jsonlite)
	fn <- system.file(file.path("extdata", "deepVocab.json"), package = "deepRtools")
	vocab <- fromJSON(fn)
	return(vocab)
}
MPIIComputationalEpigenetics/deepRtools documentation built on May 7, 2019, 2:06 p.m.