R/methods-SnpFeatureSet.R

setMethod("pmAllele", signature(object="SnpFeatureSet"),
          function(object) pmAllele(get(annotation(object))))

setMethod("pmFragmentLength", "SnpFeatureSet",
          function(object, enzyme, type=c('snp', 'cn')){
              pmFragmentLength(getPD(object), enzyme, type)
          })

Try the oligo package in your browser

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

oligo documentation built on Nov. 8, 2020, 6:52 p.m.