Skip to content

Commit

Permalink
Fixed live-coding bug
Browse files Browse the repository at this point in the history
  • Loading branch information
msauria committed Oct 11, 2024
1 parent 2402771 commit 5f7f150
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ ggplot(broadPcaData, aes(PC1, PC2, color=tissue, shape=rep)) +
geom_point(size=5)

# Convert into a matrix
broadVstdata = as.matrix(assay(broadVstdata[sds>1,]))
broadVstdata = as.matrix(assay(broadVstdata))

# Find replicate means
combined = broadVstdata[,seq(1, 9, 3)]
Expand Down

0 comments on commit 5f7f150

Please sign in to comment.