James Webber
James Webber
Can confirm that this runs successfully once I renamed the input gene/transcript IDs to something different. 👍 This did uncover another issue though: when creating the new GTF, IsoQuant will...
I thought this was fixed, but I'm seeing some instances where the exon information for a gene was not copied over. I wonder if this is related to whether or...
I noticed this initially in an unprocessed pseudogene (WASH7P) just because it happens to be very close to the beginning of `chr1`. So if there's any filtering based on biotype,...
Ah! This probably a false alarm: it looks like the transcript name was not copied over, but the exons themselves are present. I was looking for the gene name and...
The reason I noticed this is because I was looking at IGV, and it wasn't displaying the exons for WASH7P, only the gene body. I think this is really a...
I haven't benchmarked against scanpy, only against `scipy.stats.mannwhitneyu` (which at this point can handle arrays, I know it couldn't before). On my laptop (an 8-core Intel MacBook Pro) it's about...
On this is a duplicate of #1239, didn't see it when I opened this.
I find that SFDP is fast and works well for large graphs (10k to 100k nodes, for me), which is why I opened #917 way back in the day. A...
Happy for you to do so! I only opened the issue as a suggestion as I didn't have time to make a PR myself.
A general question: is the goal of `rustworkx` to include algorithms like this out-of-the-box, or would it be better to support third-party packages for things like this? I see that...