Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rmccoy7541 authored Nov 30, 2023
1 parent cbcb63c commit 499f8e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assignments/lab/data_visualization/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ full_design_df = pd.concat([counts_df_normed, metadata], axis=1)

Generate the following figures. For all figures, label the axes appropriately, provide legends only when necessary, do not place a title or any other elements on the plot itself.

1. For subject GTEX-113JC, plot the distribution of expression across all 54,592 genes.
1. For subject GTEX-113JC, plot the distribution of expression across all 54,592 genes. Use a [log scale](https://matplotlib.org/stable/api/_as_gen/matplotlib.axes.Axes.set_xscale.html#matplotlib.axes.Axes.set_xscale) if necessary.

2. Plot the expression distribution of the gene MXD4 in males versus females.

Expand Down

0 comments on commit 499f8e1

Please sign in to comment.