You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Full description:
The column width in the infercnv heatmap does not correspond to the length of the chromosome. It rather corresponds to the number of genes in the chromosome. This is consistent with the original infercnv implementation, but arguably a suboptimal visualization. In copykat, the visualization is correct.
Possible solution:
Remap bins representing n genes to their actual genomic position. Iterate over the genome in bins of a certain size (for instance 1kb). For each genomic bin, compute the average of all gene-bins falling in that region.
grst
linked a pull request
Jan 14, 2022
that will
close
this issue
No description provided.
The text was updated successfully, but these errors were encountered: