Skip to content

Commit 3a310cd

Browse files
nbedanovaCopilot
andauthored
Update pf2rnaseq/figures/commonFuncs/plotGeneral.py
Co-authored-by: Copilot <[email protected]>
1 parent bd55ece commit 3a310cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pf2rnaseq/figures/commonFuncs/plotGeneral.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def plot_avegene_per_category(
112112
dataDF["Condition"] = genesV.obs[condition].values
113113
dataDF["Cell Type"] = genesV.obs[cellType].values
114114

115-
df = pd.melt(dataDF, id_vars=["Condition", "Cell Type"], value_vars=[gene]).rename(
115+
df = pd.melt(dataDF, id_vars=["Condition", "Cell Type"], value_vars=gene).rename(
116116
columns={"variable": "Gene", "value": "Gene Expression"}
117117
)
118118

0 commit comments

Comments
 (0)