File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ wget https://cf.10xgenomics.com/samples/cell-arc/1.0.0/pbmc_granulocyte_sorted_1
32
32
wget https://cf.10xgenomics.com/samples/cell-arc/1.0.0/pbmc_granulocyte_sorted_10k/pbmc_granulocyte_sorted_10k_atac_fragments.tsv.gz.tbi
33
33
34
34
# scATAC
35
+ # 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
35
36
wget https://cf.10xgenomics.com/samples/cell-atac/2.0.0/atac_pbmc_10k_nextgem/atac_pbmc_10k_nextgem_fragments.tsv.gz
36
37
wget https://cf.10xgenomics.com/samples/cell-atac/2.0.0/atac_pbmc_10k_nextgem/atac_pbmc_10k_nextgem_fragments.tsv.gz.tbi
37
38
```
Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ knitr::kable(head(enriched.motifs))
158
158
We can also plot the position weight matrices for the motifs, so we can
159
159
visualize the different motif sequences.
160
160
161
- ``` {r}
161
+ ``` {r warning=FALSE }
162
162
MotifPlot(
163
163
object = mouse_brain,
164
164
motifs = head(rownames(enriched.motifs))
You can’t perform that action at this time.
0 commit comments