Displaying 1 result from an estimated 1 matches for "genorang".
Did you mean:
generalg
2013 Jun 26
2
Error on executing functions from installed package
...function works.
For example, in a method for parallelization of analysis on each chromosome
simultaneously I am receiving error at the following position of the code:
# this profile the information chromosome wise and results in "clRes"
> clRes = clusterApplyLB(cl, Chrs, profilingChr, GenoRanges = GenoRanges,
Sample = Sample)
> class(clRes)
[1] "list"
> clRes
[[1]]
S4 Object of class GElist; 14 features
start : 14350 69251 84185 116264 153924
end : 18349 73250 88184 120263 157923
chr : chr20 chr20 chr20 chr20 chr20
strand : * * * * *
binscore : NA
> chrcomb <...