-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added estimate logicle, remove exporting functions
- Loading branch information
artuurC
committed
Sep 6, 2023
1 parent
d84e5ac
commit ac59264
Showing
4 changed files
with
62 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,37 @@ | ||
@article{Wolf2018, | ||
author = {Wolf, F. Alexander | ||
and Angerer, Philipp | ||
and Theis, Fabian J.}, | ||
title = {SCANPY: large-scale single-cell gene expression data analysis}, | ||
journal = {Genome Biology}, | ||
year = {2018}, | ||
month = {Feb}, | ||
day = {06}, | ||
volume = {19}, | ||
number = {1}, | ||
pages = {15}, | ||
abstract = {Scanpy is a scalable toolkit for analyzing single-cell gene expression data. It includes methods for preprocessing, visualization, clustering, pseudotime and trajectory inference, differential expression testing, and simulation of gene regulatory networks. Its Python-based implementation efficiently deals with data sets of more than one million cells (https://github.com/theislab/Scanpy). Along with Scanpy, we present AnnData, a generic class for handling annotated data matrices (https://github.com/theislab/anndata).}, | ||
issn = {1474-760X}, | ||
doi = {10.1186/s13059-017-1382-0}, | ||
url = {https://doi.org/10.1186/s13059-017-1382-0} | ||
@article{van_gassen_flowsom_2015, | ||
title = {{FlowSOM}: {Using} self-organizing maps for visualization and interpretation of cytometry data}, | ||
volume = {87}, | ||
issn = {1552-4930}, | ||
shorttitle = {{FlowSOM}}, | ||
doi = {10.1002/cyto.a.22625}, | ||
abstract = {The number of markers measured in both flow and mass cytometry keeps increasing steadily. Although this provides a wealth of information, it becomes infeasible to analyze these datasets manually. When using 2D scatter plots, the number of possible plots increases exponentially with the number of markers and therefore, relevant information that is present in the data might be missed. In this article, we introduce a new visualization technique, called FlowSOM, which analyzes Flow or mass cytometry data using a Self-Organizing Map. Using a two-level clustering and star charts, our algorithm helps to obtain a clear overview of how all markers are behaving on all cells, and to detect subsets that might be missed otherwise. R code is available at https://github.com/SofieVG/FlowSOM and will be made available at Bioconductor.}, | ||
language = {eng}, | ||
number = {7}, | ||
journal = {Cytometry. Part A: The Journal of the International Society for Analytical Cytology}, | ||
author = {Van Gassen, Sofie and Callebaut, Britt and Van Helden, Mary J. and Lambrecht, Bart N. and Demeester, Piet and Dhaene, Tom and Saeys, Yvan}, | ||
month = jul, | ||
year = {2015}, | ||
pmid = {25573116}, | ||
note = {Number: 7}, | ||
keywords = {bioinformatics, mass cytometry, Flow Cytometry, Humans, Computational Biology, Algorithms, Cluster Analysis, Biomarkers, exploratory data analysis, Graft vs Host Disease, Hematopoietic Stem Cell Transplantation, Key terms: polychromatic flow cytometry, Lymphoma, B-Cell, self-organizing map, visualization method, West Nile Fever}, | ||
pages = {636--645}, | ||
} | ||
@article{quintelier_analyzing_2021, | ||
title = {Analyzing high-dimensional cytometry data using {FlowSOM}}, | ||
volume = {16}, | ||
copyright = {2021 The Author(s), under exclusive licence to Springer Nature Limited}, | ||
issn = {1750-2799}, | ||
url = {https://www.nature.com/articles/s41596-021-00550-0}, | ||
doi = {10.1038/s41596-021-00550-0}, | ||
abstract = {The dimensionality of cytometry data has strongly increased in the last decade, and in many situations the traditional manual downstream analysis becomes insufficient. The field is therefore slowly moving toward more automated approaches, and in this paper we describe the protocol for analyzing high-dimensional cytometry data using FlowSOM, a clustering and visualization algorithm based on a self-organizing map. FlowSOM is used to distinguish cell populations from cytometry data in an unsupervised way and can help to gain deeper insights in fields such as immunology and oncology. Since the original FlowSOM publication (2015), we have validated the tool on a wide variety of datasets, and to write this protocol, we made use of this experience to improve the user-friendliness of the package (e.g., comprehensive functions replacing commonly required scripts). Where the original paper focused mainly on the algorithm description, this protocol offers user guidelines on how to implement the procedure, detailed parameter descriptions and troubleshooting recommendations. The protocol provides clearly annotated R code, and is therefore relevant for all scientists interested in computational high-dimensional analyses without requiring a strong bioinformatics background. We demonstrate the complete workflow, starting from data preparation (such as compensation, transformation and quality control), including detailed discussion of the different FlowSOM parameters and visualization options, and concluding with how the results can be further used to answer biological questions, such as statistical comparison between groups of interest. An average FlowSOM analysis takes 1–3 h to complete, though quality issues can increase this time considerably.}, | ||
language = {en}, | ||
number = {8}, | ||
urldate = {2022-08-26}, | ||
journal = {Nature Protocols}, | ||
author = {Quintelier, Katrien and Couckuyt, Artuur and Emmaneel, Annelies and Aerts, Joachim and Saeys, Yvan and Van Gassen, Sofie}, | ||
month = aug, | ||
year = {2021}, | ||
note = {Number: 8 Publisher: Nature Publishing Group}, | ||
keywords = {Software, Flow cytometry, Data processing}, | ||
pages = {3775--3801}, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.