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
geom_density_ridges requires a minimum of three values. But, sometimes a core gene set has only two.
ridgeplot should automatically filter out such uninformative gene sets and not display them as blank rows.
>result[, c(1:6, 10:11)] # core gene set has only PLAU and APOE genes in it.IDDescriptionsetSizeenrichmentScoreNESGO:0030193GO:0030193regulationofbloodcoagulation100.6958951.60145GO:0050818GO:0050818regulationofcoagulation100.6958951.60145GO:1900046GO:1900046regulationofhemostasis100.6958951.60145pvalueleading_edgecore_enrichmentGO:00301930.027tags=20%, list=4%, signal=20% PLAU/APOEGO:00508180.027tags=20%, list=4%, signal=20% PLAU/APOEGO:19000460.027tags=20%, list=4%, signal=20% PLAU/APOE
The text was updated successfully, but these errors were encountered:
geom_density_ridges
requires a minimum of three values. But, sometimes a core gene set has only two.ridgeplot
should automatically filter out such uninformative gene sets and not display them as blank rows.The text was updated successfully, but these errors were encountered: