Skip to content

Commit

Permalink
fixed unresolved error in vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
olapuentesantana committed Jul 3, 2023
1 parent 2ef34f8 commit ee4c462
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions vignettes/easier_user_manual.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -269,9 +269,6 @@ More detailed information on how these networks were obtained can be found in th
```{r, eval=TRUE}
lrpair_weights <- compute_LR_pairs(RNA_tpm = RNA_tpm,
cancer_type = "pancan")
# Remove LR which are not found (NA's)
na_lrpairs <- names(lrpair_weights)[is.na(apply(lrpair_weights, 2, sum))]
lrpair_weights <- lrpair_weights[, -which(colnames(lrpair_weights) %in% na_lrpairs)]
head(lrpair_weights[,1:5])
```

Expand Down

0 comments on commit ee4c462

Please sign in to comment.