(updated error message)
I am getting an error message with the exomecopy, compileCopyCountSegments
compileCopyCountSegments(fit.list)
Error in FUN(X[[i]], ...) :
trying to get slot "path" from an object of a basic class ("NULL") with no slots
Calls: compileCopyCountSegments -> lapply -> lapply -> FUN -> lapply -> lapply -> FUN
Execution halted
I have tried the package before with other datasets but never saw this error (see below), one thing that I changed is the reference genome. previously, I used genome build with "chr" prefix and now without. don't know if that could cause an issue. I was wondering if you would have any thoughts what I might be doing wrong to get this error. I will be happy to share the rdata object if you would need to look at it.
thanks for you kind help
Rama
Thanks Michael for the replay.
keeping the installed version, I tested datasets generated with different genome builds. analysis with hg19 build with 'chr' works fine but grch37 build is giving this error. would you think the error is from a other dependent software that is used in fit.list object?
There's nothing particular to "chr" in the code that's giving you an error (copied below). compileCopyCountSegments() is pretty simply, and just a double loop over samples and over chromosomes.
Do you get an error with running copyCountSegments() alone on a single "fit" of class ExomeCopy?