Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
timoast committed Apr 4, 2024
1 parent 1e77740 commit 8b98f63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions vignettes/integrate_atac.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ wget https://cf.10xgenomics.com/samples/cell-arc/1.0.0/pbmc_granulocyte_sorted_1
wget https://cf.10xgenomics.com/samples/cell-arc/1.0.0/pbmc_granulocyte_sorted_10k/pbmc_granulocyte_sorted_10k_atac_fragments.tsv.gz.tbi
# scATAC
# https://www.10xgenomics.com/datasets/10-k-peripheral-blood-mononuclear-cells-pbm-cs-from-a-healthy-donor-next-gem-v-1-1-1-1-standard-2-0-0
wget https://cf.10xgenomics.com/samples/cell-atac/2.0.0/atac_pbmc_10k_nextgem/atac_pbmc_10k_nextgem_fragments.tsv.gz
wget https://cf.10xgenomics.com/samples/cell-atac/2.0.0/atac_pbmc_10k_nextgem/atac_pbmc_10k_nextgem_fragments.tsv.gz.tbi
```
Expand Down
2 changes: 1 addition & 1 deletion vignettes/motif_vignette.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ knitr::kable(head(enriched.motifs))
We can also plot the position weight matrices for the motifs, so we can
visualize the different motif sequences.

```{r}
```{r warning=FALSE}
MotifPlot(
object = mouse_brain,
motifs = head(rownames(enriched.motifs))
Expand Down

0 comments on commit 8b98f63

Please sign in to comment.