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
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:
All data points in the volcano plot are grey in the html and shinyngs reports.
The "Differential Status" legend lists "unselected rows".
There are no labels on hover.
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
nextflow run nf-core/differentialabundance -r 1.5.0 -profile rnaseq,singularity --input c2bbe1-samplesheet-multiple-concs.csv --contrasts c2bbe1-contrasts-multiple-concs.csv --matrix c2bbe1cf.salmon.merged.gene_counts.tsv --transcript_length_matrix c2bbe1cf.salmon.merged.gene_lengths.tsv --gtf GCF_000002285.5_Dog10K_Boxer_Tasha_genomic.gtf --outdir nf-core_diffabun_v1.5.0_multi-contrastOutput is in the attached nextflow.log
"Assay data" > "Heatmaps": lack of annotation, numbers are shown not gene names/ID.
"Gene Info" Gene expression bar plot and contrast table do not load: "waiting for ID list" is displayed in the bar plot and contrast table area, and the gene name doesn't populate in the "Gene" panel.
"Differential" > "Differential set intersection": the plots show, but the table doesn't populate "Showing 0 to 0 entries (filtered from NaN total entries".
I'm guessing this and the volcano plot issue are probably all related to the same underlying glitch?
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?
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
The text was updated successfully, but these errors were encountered: