Skip to content

Commit

Permalink
bib-correction2
Browse files Browse the repository at this point in the history
  • Loading branch information
timonschlegel committed Jun 4, 2024
1 parent 6ae98b1 commit 502fde4
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ @article{Zhang2024
title = {A fast, scalable and versatile tool for analysis of single-cell omics data},
volume = {21},
ISSN = {1548-7105},
url = {http://dx.doi.org/10.1038/s41592-023-02139-9},
url = {http://dx.doi.org/10.1038/s41592-023-02139-9},
DOI = {10.1038/s41592-023-02139-9},
number = {2},
journal = {Nature Methods},
Expand All @@ -41,14 +41,7 @@ @article{Wolf2018
year = {2018},
month = feb
}
<!-- This is a comment.
@online{gtn-website,
# author = {GTN community},
#title = {GTN Training Materials: Collection of tutorials developed and maintained by the worldwide Galaxy community},
#url = {https://training.galaxyproject.org},
#urldate = {2021-03-24}
#}
-->

@online{snapatac2_docs,
author = {Kai Zhang},
title = {SnapATAC2: A Python/Rust package for single-cell epigenomics analysis},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,23 +87,49 @@ the page, so try to make them informative and concise!
> <hands-on-title>Data upload</hands-on-title>
>
> 1. Create a new history for this tutorial
> 2. Import the `genes.tsv`, `barcodes.tsv` and `matrix.mtx` from [Zenodo]({{ page.zenodo_link }}) or from the shared data library
> 2. Import the `fragments_file.tsv`, `chrom_sizes.txt` and `gene_annotation.gtf.gz` from [Zenodo]({{ page.zenodo_link }}) or from the shared data library
>
>
>Warning! Insert correct files
> ```
> {{ page.zenodo_link }}/files/genes.tsv
> {{ page.zenodo_link }}/files/barcodes.tsv
> {{ page.zenodo_link }}/files/matrix.mtx
> {{ page.zenodo_link }}/files/atac_pbmc_5k_nextgem_fragments.tsv
> {{ page.zenodo_link }}/files/chrom_sizes.txt
> {{ page.zenodo_link }}/files/gencode.v46.annotation.gtf.gz
> ```
>
> {% snippet faqs/galaxy/datasets_import_via_link.md %}
>
> {% snippet faqs/galaxy/datasets_import_from_data_library.md %}
>
> 3. Rename the datasets
> 4. Inspect the `matrix` file
>
> <details-title>Renaming the input datasets </details-title>
> - {% icon galaxy-pencil %}**Rename** the file "atac_pbmc_5k_nextgem_fragments.tsv" to "fragments_file.tsv"
>- {% icon galaxy-pencil %}**Rename** the file "gencode.v46.annotation.gtf.gz" to "gene_annotation.gtf.gz"
>{: .details}
> 4. Inspect the `fragments_file`
{: .hands_on}
> <question-title></question-title>
>
> ```
> 32738 2700 2286884
> 32709 1 4
> 32707 1 1
> 32706 1 10
> 32704 1 1
> ```
>
> 1. How many non-zero values are in the matrix?
> 2. How many counts are found for the 32,706th gene in the 1st cell?
>
> > <solution-title></solution-title>
> >
> > 1. There are 2,286,884 (2.6%) non-zero values for the 88,392,600 possible counts of the 32,738 genes (rows) and 2,700 cells (columns).
> > 2. 10 counts are found for the 32,706th row and 1st column.
> >
> {: .solution}
>
{: .question}
# Hands-on Sections
Below are a series of hand-on boxes, one for each tool in your workflow file.
Expand Down

0 comments on commit 502fde4

Please sign in to comment.