Skip to content

Commit

Permalink
fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
khanspers committed Jan 2, 2024
1 parent a072a26 commit f4f537a
Show file tree
Hide file tree
Showing 2 changed files with 2,271 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vignettes/Pathway-Analysis.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -197,10 +197,10 @@ write.table(egobp.results.df,egobp.results.filename,col.name=TRUE,sep="\t",row.n
```

```{r eval=FALSE}
em_command = paste('enrichmentmap build analysisType="generic" ',
em_command = paste('enrichmentmap build analysisType=',"generic",
'pvalue=',"0.05", 'qvalue=',"0.05",
'similaritycutoff=',"0.25",
'coeffecients=',"JACCARD",
'coefficients=',"JACCARD",
'enrichmentsDataset1=',egobp.results.filename ,
sep=" ")
Expand Down
2,269 changes: 2,269 additions & 0 deletions vignettes/Pathway-Analysis.html

Large diffs are not rendered by default.

0 comments on commit f4f537a

Please sign in to comment.