Open bdeonovic opened 9 years ago
I fixed this issue by using as.matrix
> ase.joint <- fitAseNullMulti(as.matrix(ase.dat.gt$ref), as.matrix(ase.dat.gt$alt), log.gmat=log(ase.dat.gt$gmat))
The issue was your code expects multiple samples (i.e. files), but doesn't seem to handle the 1 file/sample case well.
I get the following error:
Here is my
ase.dat
object that I tried to go through the tutorial with http://pastebin.com/KvSpjjSk