Sorry, I accidentally used ComBat! ComBat-seq did not produce negative counts. Thanks for all the help!
How to visualize Combat-seq corrected counts
After using Combat-Seq to remove batch effect, I want to visually confirm removal. I tried doing this the way I visually inspected the batch effect in the first place: PCA on VST-transformed counts. But VST-transform cannot be used on negative values (which Combat-Seq has introduced). How can I confirm that the batch effect has been removed then?
I tried PCA on the batch-corrected counts without any further transformations, but there are no clear patterns.
• 1,311 views
•
link
1 answer
ComBat-seq does not produce negative counts but preserves the integer nature. Thats the whole point of the method. Lets see your code and debug the underlying problem.
• 0 views
•
link
• 0 views
•
link
Log in to answer this question.
Are you sure you didn't use
ComBatinstead ofCombat_seq?