> obj=new("methylBase",(all.sat.sort),sample.ids=c("wgbs.sat1", "wgbs.sat2"), assembly="Lsat.1.v6.lg.fasta",context="CpG",treatment=c(1,0),coverage.index=c(8, 13), numCs.index=c(4,9),numTs.index=c(5,10), destranded=TRUE,resolution="base" )
> str(obj)
'data.frame': 10000 obs. of 13 variables:
Formal class 'methylBase' [package "methylKit"] with 13 slots
..@ .Data :List of 13
.. ..$ : Factor w/ 1 level "Lsat_1_v6_lg_1": 1 1 1 1 1 1 1 1 1 1 ...
.. ..$ : int 1001 1002 1005 1006 1007 1008 1010 1011 1012 1015 ...
.. ..$ : Factor w/ 2 levels "-","+": 2 2 2 2 2 2 2 1 2 2 ...
.. ..$ : int 0 0 0 0 0 0 0 0 0 0 ...
.. ..$ : int 0 0 0 0 0 0 0 0 0 0 ...
.. ..$ : Factor w/ 3 levels "CG","CHG","CHH": 3 3 3 3 3 3 1 1 3 2 ...
.. ..$ : Factor w/ 20 levels "CAA","CAC","CAG",..: 10 20 7 7 10 18 12 11 17 19 ...
.. ..$ : int 0 0 0 0 0 0 0 0 0 0 ...
.. ..$ : int 0 1 0 1 0 0 0 0 2 2 ...
.. ..$ : int 0 2 1 5 13 31 2 1 0 1 ...
.. ..$ : Factor w/ 3 levels "CG","CHG","CHH": 3 3 3 3 3 3 1 1 3 2 ...
.. ..$ : Factor w/ 20 levels "CAA","CAC","CAG",..: 10 20 7 7 10 18 12 11 17 19 ...
.. ..$ : int 0 3 1 6 13 31 2 1 2 3 ...
..@ sample.ids : chr "wgbs.sat1" "wgbs.sat2"
..@ assembly : chr "Lsat.1.v6.lg.fasta"
..@ context : chr "CpG"
..@ treatment : num 1 0
..@ coverage.index: num 8 13
..@ numCs.index : num 4 9
..@ numTs.index : num 5 10
..@ destranded : logi TRUE
..@ resolution : chr "base"
..@ names : chr "chromosome" "position" "strand" "count_meth1" ...
..@ row.names : int 6 11 22 28 33 37 46 50 57 70 ...
..@ .S3Class : chr "data.frame"
unable to find an inherited method for function ‘filterByCoverage’ for signature ‘"methylBase"’