Open ajeffs opened 6 months ago
Follow-up observations in the shiny app:
I'm guessing this and the volcano plot issue are probably all related to the same underlying glitch?
Aaron.
Hello @ajeffs, I stumbled over the same problem some days ago. However, for me, it was quite easily solvable by setting --differential_feature_name_column
. Is it possible you did not set the param correctly? Alternatively, could you try --differential_feature_id_column
?
Hi @WackerO thanks for the suggestion! I had tried both options before posting here, and neither solved the issue for me.
Hmm, that's unfortunate :'D @ajeffs Do you by any chance have a small dataset with which I could use to reproduce the error?
I actually face the exact same issue. Modifying the gtf to have to each gene_id also a gene_name replaces the "unselected rows" with the usual annotation and adds colors. Labels to hover also exist.
Hello @ajeffs! Were you able to solve your problem? If not, can you provide a small subset of your input files to reproduce the error?
Description of the bug
With test data, volcano plots in interactive reports show differential genes in orange. With my own data, the workflow completes without error, but, as shown in the following plot:
In contrast, the png in the plots folder does show differentially expressed genes as orange with appropriate legend:
Perhaps this has something to do with the GTF provided for annotation? I note my GTF uses "gene" not "gene_name" column but specifying "gene" with --features_name_col and --differential_feature_name_column makes no difference.
Any advice very much appreciated! Thanks for providing such a great resource! Regards, Aaron.
Command used and terminal output
Relevant files
nextflow.nfcda.v1.50.log
System information