Skip to content
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
6 changes: 6 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ id PC1 PC2 PC3 PC4 status continent
3 .093 0.23 -0.33 0.13 case Australia
4 .021 0.45 -0.10 0.56 control Asia


# Running SPACE from this GitHub repo
1) Open an R session
> library(shiny)
> runGitHub("SPACE", "Ancestry")

# Running SPACE locally (Windows)
# 1) Put ui.R and server.R into a directory, e.g. C:\Users\nberkowitz\R_projects\SPACE-master

Expand Down