Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing close parenthesis #54

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Analyses/QuickStart/URD-QuickStart-AxialMesoderm.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -270,8 +270,8 @@ We can then plot any metadata or gene expression on the dendrogram recovered by
plotTree(axial.tree, "stage", title="Developmental Stage")
plotTree(axial.tree, "GSC", title="GSC (early prechordal plate marker)")
plotTree(axial.tree, "NOTO", title="NOTO (early notochord marker)")
plotTree(axial.tree, "HE1A", title="HE1A (prechordal plate differentiation marker")
plotTree(axial.tree, "COL8A1A", title="COL8A1A (notochord differentiation marker")
plotTree(axial.tree, "HE1A", title="HE1A (prechordal plate differentiation marker)")
plotTree(axial.tree, "COL8A1A", title="COL8A1A (notochord differentiation marker)")
```

Additionally, we can refer back to the tSNE representation to see where the branchpoint
Expand Down