Advertisement
Guest User

Untitled

a guest
Feb 11th, 2016
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. setAs("RnBeadSet", "RnBeadRawSet", function(from){
  2. new(Class = RnBeadSet,
  3. pval.sites = from@pval.sites,
  4. pval.regions = from@pval.regions,
  5. qc = from@qc,
  6. pheno = from@pheno,
  7. sites = from@sites,
  8. meth.sites = from@meth.sites,
  9. covg.sites = from@covg.sites,
  10. regions = from@regions,
  11. meth.regions = from@meth.regions,
  12. covg.regions = from@covg.regions,
  13. status = from@status,
  14. assembly = from@assembly,
  15. target = from@target,
  16. inferred.covariates = from@inferred.covariates,
  17. version = from@version)
  18. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement