Skip to content

Commit

Permalink
Format README
Browse files Browse the repository at this point in the history
  • Loading branch information
yaomin committed Jan 4, 2014
1 parent 02cc4d1 commit a5b7d26
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,12 @@ Example:
Bn <- 10000
ncore <-4
# call Snowball
sb <- snowball(y=sb.mutation,X=sb.expression,
ncore=ncore,d=100,B=Bn,
sample.n=1)
sb <- snowball(y=sb.mutation,
X=sb.expression,
ncore=ncore,
d=100,
B=Bn,
sample.n=1)
# process the gene ranking and selection
sb.sel <- select.features(sb)
# plot the Jn values
Expand Down

0 comments on commit a5b7d26

Please sign in to comment.