R/seqinfo.R

Defines functions makeSeqinfo

makeSeqinfo = function(genome="hg19") {
 if (!(genome=="hg19")) stop("only supporting hg19 at present")
 data(hg19.si.df)
 do.call(Seqinfo, hg19.si.df)
}

Try the GGtools package in your browser

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

GGtools documentation built on Nov. 8, 2020, 6:32 p.m.