Open seqyuan opened 2 years ago
Hi,
You may want to check the user guide of Sequenza https://cran.r-project.org/web/packages/sequenza/vignettes/sequenza.html. Basically, you need to install the R package "sequenza", and run following commands:
data.file="non_normal_tumor_bin50.seqz.gz" test <- sequenza.extract(data.file) CP <- sequenza.fit(test) sequenza.results(sequenza.extract = test, cp.table = CP, sample.id = "Test", out.dir="TEST")
Then several result files will be generated under the folder "TEST", and the "Test_segments.txt" will be what you need.
Best, Lisui
Followed by the starfish_tutorial.pdf, Sequenza was used to call CNV, here is my commond
I don't find how to convert
non_normal_tumor_bin50.seqz.gz
format to the Starfish needed CNV format? It seems to needed merge regions.