When I use sequenza to call CNV for WES,Error pops out.
2
0
Entering edit mode
8.6 years ago

I had actually tried to run sequenza.extract on seqz.data but receive an error:

> test <- sequenza.extract(seqz.data)
Error in pipe(paste("gzip -d -c", file, "| cut -f 1,6,10")) : invalid 'description' argument

Can anyone explain this to me in a bit further detail? Is there just something wrong with my data files or am I just making a poor assumption on what sequenza is actually doing? If sequenza.extract(data.file) is correct for real data then what purpose does the GC normalization steps serve?

Thank you

sequenza CNV • 3.1k views
ADD COMMENT
0
Entering edit mode

hi,have you solved the problem?

ADD REPLY
1
Entering edit mode
8.4 years ago
favero ▴ 10

Hi, sorry I haven't seen this until now!

You probably need to use Rtools (which include a set of common unix command for windows to run within R)

Look here: https://cran.r-project.org/bin/windows/Rtools/

ADD COMMENT
0
Entering edit mode
7.9 years ago
Q.S.Yang • 0
> gz1 <- gzfile(“sample.seqz.gz","w” )
> write.table(seqz.data, gz1, col.names = T, row.names=F, sep = “\t”, quote = F)
> close(gz1)
> gc.stats <- gc.sample.stats(“sample.seqz.gz", gz=FALSE)

This can solve the same problem.

ADD COMMENT

Login before adding your answer.

Traffic: 1959 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6