Skip to content

Commit

Permalink
removed a line
Browse files Browse the repository at this point in the history
  • Loading branch information
csangara committed Oct 20, 2023
1 parent 4ae630d commit ff76e11
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion vignettes/seurat_steps_prioritization.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ prioritizing_weights = c("de_ligand" = 1,
We provide helper functions to calculate these values, including `calculate_de` and `get_exprs_avg`. `process_table_to_ic` transforms these different dataframes so they are compatible with the `generate_prioritization_tables` function.

```{r}
celltypes <- unique(seuratObj$celltype)
lr_network_renamed <- lr_network %>% rename(ligand=from, receptor=to)
# Only calculate DE for LCMV condition, with genes that are in the ligand-receptor network
Expand Down
1 change: 0 additions & 1 deletion vignettes/seurat_steps_prioritization.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,6 @@ these different dataframes so they are compatible with the
`generate_prioritization_tables` function.

``` r
celltypes <- unique(seuratObj$celltype)
lr_network_renamed <- lr_network %>% rename(ligand=from, receptor=to)

# Only calculate DE for LCMV condition, with genes that are in the ligand-receptor network
Expand Down

0 comments on commit ff76e11

Please sign in to comment.