R/CDSSet.R

Defines functions CDSSet

Documented in CDSSet

CDSSet <- function(cds) 
{
	x <- new(
		"CDSSet",
		as.data.frame(cds)
	)
	return(x)
}

Try the spliceR package in your browser

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

spliceR documentation built on May 2, 2018, 2:50 a.m.