Hi Igor,
In theory, if you used the —normal2 parameter to create the seqz file, you should be able to go with the sequenza R package without major notes.
You should have used the tumor sample twice in the parameters:
... —tumor <your_tumor_sample>.bam and —normal <your_tumor_sample>.bam —normal2 <your_unrelated_normal_sample>.bam (or pileup or anything relevant).
I know this is a bit confusing and I’m not sure I’ve cover it properly in the docs. Using the tumor itself as normal will enable to still get the SNPs “right” in order to capture the changing BAF.
The caveat is that you need to pick a threshold on the allele frequency (leaving the default should be fine);
if you are using a real-normal sample this wouldn’t be much of a problem, but using a tumor for this can lead to missing regions if the tumor is very pure (eg if you are using cell-line).
I think the weirdness you are talking about could be missing or unmatched BAF?
If the problem arise in the fact that the sample used in --normal2 does have some copy changes as well, you could try the option, ignore.normal the in R pacakge.
This should use the normalized tumor depth alone instead of the ratio vs the normal.
In any case, with non-matchin normal mutations results are to be discarded. But you shouldn’t have any results at all for mutations: your normal and tumor input are the same file.
I hope you manage to clean up the data a bit with this suggestions :)
Cheers