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
When I examined the outputs of SCENICplus tutorial, I found that for some genes, there are tens or even a hundred regions with a distance of 0 that do not overlap with each other.
I read in a pull request (#46) that "the distance from regions to genes by taking the minimum between a. the distance from the region to the start of the gene (the TSS) and b. the distance from the region to the end of the gene. This distance is reported for informational purposes only, but is not used internally." Given that the consensus peaks are non-overlapping, does this mean that for any gene there can be at most 2 regions with Distance being 0? The number of regions I got with Distance =0 for a single gene seem a bit weird to me. Does anyone know whether this is normal or how I should interpret it?
Thanks!
The text was updated successfully, but these errors were encountered:
When I examined the outputs of SCENICplus tutorial, I found that for some genes, there are tens or even a hundred regions with a distance of 0 that do not overlap with each other.
I read in a pull request (#46) that "the distance from regions to genes by taking the minimum between a. the distance from the region to the start of the gene (the TSS) and b. the distance from the region to the end of the gene. This distance is reported for informational purposes only, but is not used internally." Given that the consensus peaks are non-overlapping, does this mean that for any gene there can be at most 2 regions with Distance being 0? The number of regions I got with Distance =0 for a single gene seem a bit weird to me. Does anyone know whether this is normal or how I should interpret it?
Thanks!
The text was updated successfully, but these errors were encountered: