Closed xiucz closed 2 years ago
Hi,
thank you for trying out RNAseqCNV! I hope we can get it working for you quickly.
I think that the problem lies in the input count files. Please check out the example in the readme (https://github.com/honzee/RNAseqCNV#count_files). The proper format should be an ensemble gene name tab separated by the read number. From the example you provided, it seems that there is a different gene description and read numbers with decimal points in them, which is unexpected.
Could you perhaps reformat the count files in a way that would fit RNAseqCNV?
Best, Jan
Actually, I prepared the count file from RSEM result,
$ cut -f 1,5 $rsemcount |sed '1d' >$outdir/count_files/$name.count
I think I should reprepare the count file from HTSEQ ? And I have two more questions ,
Best, xiucz
I think, that RSEM should note pose a problem, perhaps with slight adjustments.
If you encounter some other issues, please let me know, and I am sure we will solve them.
Best, Jan
@honzee Thank you!
It works well now! I will close this issue since my problem solved , and I will feedback if I have other issues.
Best, xiucz
Hi,
Thank you for your tool , and I want to have a test, is it enought to use 7 samples? How to debug it ? I need your advice, thanks a lot.
And one of my sample counts file:
Best, xiucz