Skip to content

Commit

Permalink
make the spacing follow a more consistent style
Browse files Browse the repository at this point in the history
  • Loading branch information
malachig committed Jun 19, 2024
1 parent cf8a6db commit dd61775
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions _posts/0003-05-01-DE_Pathway_Analysis.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ fc.go.mf.p = gage(De_gene.fc, gsets = go.mf.gs)
fc.go.cc.p = gage(De_gene.fc, gsets = go.cc.gs)

#msigdb
fc.c8.p <- gage(De_gene.fc, gsets =all_cell_types)
fc.c8.p = gage(De_gene.fc, gsets = all_cell_types)

###Convert to dataframes
#Results for testing for GO terms which are up-regulated
Expand Down Expand Up @@ -170,7 +170,8 @@ At this point, it will be helpful to move out of R and further explore our resul
```R
write.table(fc.go.cc.p.up, "fc.go.cc.p.up.tsv", quote = FALSE, sep = "\t", col.names = TRUE, row.names = TRUE)
write.table(fc.go.cc.p.down, "fc.go.cc.p.down.tsv", quote = FALSE, sep = "\t", col.names = TRUE, row.names = TRUE)
#quit(save="no")

quit(save = "no")
```

### Visualize
Expand Down

0 comments on commit dd61775

Please sign in to comment.