R/sraGraph.R

sraGraph <-
function (search_terms, sra_con) {
	## get acc data.frame	
	acc <- getSRA(search_terms, out_types='sra', sra_con, acc_only=TRUE)
	## create graphNEL object
	g <- entityGraph(acc)
	return(g)
}

Try the SRAdb package in your browser

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

SRAdb documentation built on Nov. 8, 2020, 6:49 p.m.