Open lakhujanivijay opened 4 years ago
I think I found out what is the issue here
Have a look at this line.
ExomeCount$chromosome <- gsub(as.character(ExomeCount$space),pattern = 'chr',replacement = '')
I don't understand what is this column ExomeCount$space
and where does it exist and what it does contain?
Hi,lakhujanivijay, Have you solved this problem?
@shizhiwen1990 No I haven't.
I think I found out what is the issue here
Have a look at this line.
ExomeCount$chromosome <- gsub(as.character(ExomeCount$space),pattern = 'chr',replacement = '')
I don't understand what is this column
ExomeCount$space
and where does it exist and what it does contain?
I have the same issue as you when i run "Rscript IdentifyFailures.R --Rdata DECoNtest.RData --exons customNumbering.txt --mincorr .98 --mincov 100 --custom TRUE --out DECoNtest" :"The following objects are masked from ‘package:base’:
cat, commandArgs, getOption, inherits, isOpen, nullfile, parse,
warnings
Error in $<-.data.frame
(*tmp*
, chromosome, value = character(0)) :
replacement has 0 rows, data has 68
Calls: $<- -> $<-.data.frame"
Thanks @Wguangzhi212, i had the same problem and this worked fine. Since i also encountered a similar problem when using ExomeDepth, i just wanted to say this error is related to the ExomeDepth version you are using, since Decon use the ExomeDepth library. In the most recent version (1.1.15) they changed the header ExomeCount$space in ExomeCount$chromosome, so IdentifyFailures.R and makeCNVcalls.R won't work... Hope this helped to answer the "why" it doesn't work!
command
output