Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Merotto committed Nov 3, 2023
1 parent 9360bdd commit 9504bf1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions man/convert_human_mouse_genes.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vignettes/detailed_example_mouse.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Human-based methods can still be used to deconvolve mouse data through the use o


```R
dataset_petitprez_humanGenes <- mouse_genes_to_human(dataset_petitprez$expr_mat, mirror = 'uswest')
dataset_petitprez_humanGenes <- convert_human_mouse_genes(dataset_petitprez$expr_mat, convert_to = 'human')
res_MCPcounter <- deconvolute(dataset_petitprez_humanGenes, 'mcp_counter')

```
Expand Down

0 comments on commit 9504bf1

Please sign in to comment.