Skip to content

Commit

Permalink
trying to get this to work
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-columbiau committed Feb 9, 2024
1 parent 127fe12 commit f96a5d4
Show file tree
Hide file tree
Showing 8 changed files with 104 additions and 5 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ Depends:
ranger,
Seurat,
SeuratObject,
SeuratData,
stats,
stringr,
testthat,
treeio,
tidyr,
R (>= 2.10)
Remotes:
bnprks/BPCells
bnprks/BPCells,
satijalab/seurat-data
URL: https://github.com/jonathan-columbiau/lionmap, https://jonathan-columbiau.github.io/lionmap/
BugReports: https://github.com/jonathan-columbiau/lionmap/issues
Suggests:
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ This package is meant to enable easy, consistent and robust cell type mapping us

There are a few different packages you have to install to use this package that are not hosted on the CRAN package directory. For most users, that will mean you have to manually install them (click the links below for instructions to install the following packages). You should also install the remotes library to install this package from Github.

Steps to have a successful install:

1) Install the BPCells package (for more information [see here](https://bnprks.github.io/BPCells/))

2) Install the [treeio package](https://bioconductor.org/packages/release/bioc/html/treeio.html)
Expand Down
2 changes: 1 addition & 1 deletion man/AlignBPCellsObjs.Rd

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

23 changes: 23 additions & 0 deletions man/test_ex_data_bpcells.Rd

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

23 changes: 23 additions & 0 deletions man/test_ex_metadata.Rd

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

23 changes: 23 additions & 0 deletions man/train_ex_data_bpcells.Rd

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

23 changes: 23 additions & 0 deletions man/train_ex_metadata.Rd

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

9 changes: 7 additions & 2 deletions vignettes/Basic-Tutorial.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,13 @@ issues accessing the data needed for this tutorial.

```{r}
library(lionmap)
InstallData("pbmc3k")
UpdateSeuratObject(pbmc3k) #just Seurat updating things to get it to work
library(SeuratData)
library(Seurat)
library(BPCells)
library(magrittr)
library(caret)
SeuratData::InstallData("pbmc3k")
SeuratObject::UpdateSeuratObject(pbmc3k) #just Seurat updating things to get it to work
```

1. Get gene expression data in a BPCells matrix and cell type
Expand Down

0 comments on commit f96a5d4

Please sign in to comment.