Literature DB >> 30002819

iSEE: Interactive SummarizedExperiment Explorer.

Kevin Rue-Albrecht1, Federico Marini2,3, Charlotte Soneson4,5, Aaron T L Lun6.   

Abstract

Data exploration is critical to the comprehension of large biological data sets generated by high-throughput assays such as sequencing. However, most existing tools for interactive visualisation are limited to specific assays or analyses. Here, we present the iSEE (Interactive SummarizedExperiment Explorer) software package, which provides a general visual interface for exploring data in a SummarizedExperiment object. iSEE is directly compatible with many existing R/Bioconductor packages for analysing high-throughput biological data, and provides useful features such as simultaneous examination of (meta)data and analysis results, dynamic linking between plots and code tracking for reproducibility. We demonstrate the utility and flexibility of iSEE by applying it to explore a range of real transcriptomics and proteomics data sets.

Entities:  

Keywords:  Bioconductor; R; genomics; interactive; proteomics; shiny; transcriptomics; visualization

Year:  2018        PMID: 30002819      PMCID: PMC6013759          DOI: 10.12688/f1000research.14966.1

Source DB:  PubMed          Journal:  F1000Res        ISSN: 2046-1402


Introduction

Interactive data exploration is critical to the analysis and comprehension of data generated by high-throughput biological assays, such as those commonly used in genomics. Exploration drives the formation of novel data-driven hypotheses prior to a more rigorous statistical analysis, and enables diagnosis of potential problems such as batch effects and low-quality samples. To this end, visualisation of the data using an intuitive and interactive interface is crucial for enabling researchers to examine the data from different perspectives across samples (e.g., experimental replicates, patients, single cells) and features (e.g., genes, transcripts, proteins, genomic regions). Most existing tools for interactive visualisation of biological data are designed for specific assays and analyses, e.g., pRoloc for proteomics ( Gatto ), shinyMethyl for methylation ( Fortin ), HTSvis for high-throughput screens ( Scheeder ). Opportunities for customisation are generally limited, making it difficult to re-use the same visualisation software for new technologies or experimental designs where different aspects of the data are of interest. Moreover, standalone tools such as the Loupe Cell Browser from 10x Genomics ( Zheng ) do not easily integrate into established analysis pipelines such as those based on the R statistical programming language ( R Development Core Team, 2008). This complicates any coordinated use of these tools with a reproducible, transparent, and statistically rigorous analysis. Here, we present the iSEE software package for interactive data exploration. iSEE is implemented in R using the Shiny framework ( Chang ) and exploits data structures from the open-source Bioconductor project ( Gentleman ), specifically the SummarizedExperiment class. iSEE allows users to simultaneously visualise multiple aspects of a given data set, including experimental data, metadata and analysis results. Dynamic linking and point selection facilitate the flexible exploration of interactions between different data aspects. Additional functionalities include code tracking, intelligent downsampling of large data sets, custom colour scale specification and tour construction. We demonstrate the capabilities of iSEE by applying it to a diverse range of real data sets.

Operation

The iSEE software package requires R version 3.5.0 or higher, along with packages from Bioconductor version 3.7 or higher. The interface is initialised with a single call to the iSEE() function, accepting a SummarizedExperiment object ( Huber ) as input. Any analysis workflow that generates a SummarizedExperiment object is supported.

Motivation for using the SummarizedExperiment class

Each instance of the SummarizedExperiment class stores one or more matrices of experimental observations as “assays”, where rows and columns represent genomic features and biological samples, respectively. For instance, individual assays may represent gene expression matrices, either in the form of raw counts or normalised values. In addition, per-feature or per-sample variables are stored in the “rowData” and “colData” slots, respectively; these may include experimental metadata as well as analysis results. The flexibility of the SummarizedExperiment class is the driving factor behind its broad deployment throughout the Bioconductor ecosystem. SummarizedExperiment objects are currently used in analysis pipelines for RNA sequencing ( Love ), methylation ( Aryee ) and Hi-C data ( Lun ), amongst others. Package developers can also easily use the base SummarizedExperiment class to derive new bespoke classes for particular applications, such as the SingleCellExperiment class for single-cell ‘omics data. By accepting SummarizedExperiment objects as input, iSEE immediately offers interactive visualisation for a variety of data modalities. This complements the state-of-the-art analysis workflows and methodologies already available in R/Bioconductor packages.

Interface implementation

Using a multi-panel layout

All data aspects stored in a SummarizedExperiment can be simultaneously examined in the multi-panel layout of the iSEE interface ( Figure 1A). The interface layout is built using the shinydashboard package ( Chang & Borges Ribeiro, 2018), with colour-coded panels to visualise each data aspect. Individual panel types include:
Figure 1.

iSEE uses a customisable multi-panel layout ( A) that simultaneously displays one or more panels of various types, where each panel type visualises a different aspect of the data. New panels of any type can be added (i), and all panels can be removed, reordered or resized (ii). Panel types are available to visualise sample-based reduced dimensionality embeddings (iii), sample-level metadata (iv), and experimental observations across samples for each feature (v). Other panel types include row statistics tables (vi), to facilitate searching across features and their metadata; heatmaps (vii), to visualise experimental observations for multiple features; and feature-level metadata plots. Panels of each type are colour-coded for ease of interpretation. ( B) Information can be transmitted between panels according to a user-specified scheme. Here, the selection of feature X in the row statistics table determines the y-axis of the feature assay plot, and colours the samples in the reduced dimension plot by the expression of X. Selection of points in the reduced dimension plot (dotted blue line) also determines the samples that are shown in the column data (i.e., sample metadata) plot; further selection of points in the column data plot determines the samples that are shown in the heatmap.

Column data plots, for visualising sample metadata stored in the colData slot of the SummarizedExperiment object. Feature assay plots, for visualising experimental observations for a particular feature (e.g. gene) across samples from any assay in the SummarizedExperiment object. Row statistics tables, to present the contents of the rowData slot of the SummarizedExperiment object. Row data plots, for visualising feature metadata stored in the rowData slot of the SummarizedExperiment object. Heatmaps, to visualise assay data for multiple features where samples are ordered by one or more colData fields. Reduced dimension plots, which display any two dimensions from pre-computed dimensionality reduction results (e.g., from PCA or t-SNE). These results are taken from the reducedDim slot if this is available in the object supplied to iSEE. iSEE uses a customisable multi-panel layout ( A) that simultaneously displays one or more panels of various types, where each panel type visualises a different aspect of the data. New panels of any type can be added (i), and all panels can be removed, reordered or resized (ii). Panel types are available to visualise sample-based reduced dimensionality embeddings (iii), sample-level metadata (iv), and experimental observations across samples for each feature (v). Other panel types include row statistics tables (vi), to facilitate searching across features and their metadata; heatmaps (vii), to visualise experimental observations for multiple features; and feature-level metadata plots. Panels of each type are colour-coded for ease of interpretation. ( B) Information can be transmitted between panels according to a user-specified scheme. Here, the selection of feature X in the row statistics table determines the y-axis of the feature assay plot, and colours the samples in the reduced dimension plot by the expression of X. Selection of points in the reduced dimension plot (dotted blue line) also determines the samples that are shown in the column data (i.e., sample metadata) plot; further selection of points in the column data plot determines the samples that are shown in the heatmap. Each sample is represented as a point in column data, feature assay and reduced dimension plots. Similarly, each feature is represented by a point in row data plots. For these panel types, a scatter plot is automatically produced if the selected variables on the x- and y-axes are both continuous. If exactly one variable is categorical, points are grouped by the categorical levels and a (vertical or horizontal) violin plot is produced with points scattered within each violin. If both variables are categorical, a “rectangle plot” is produced where each combination of categorical levels is represented by a rectangle with area proportional to the frequency of that combination. Points are scattered randomly within each rectangle. For ease of interpretation, the rectangle plot collapses to a mirrored bar plot when one of the categorical variables only has one level.

Custom panel colouring

Sample-based points can be coloured according to the values of any sample-level metadata field in the colData slot or by the assay values of a selected feature. Similarly, feature-based points can be coloured according to any feature-level metadata field in the rowData slot. Heatmaps are coloured according to the expression values of the selected features in the chosen assay, with additional colour annotation for each of the colData fields used to order the samples. In all cases, the variable to use for colouring can be dynamically selected for each plot. This enables users to easily examine relationships between different variables in a single plot. By default, colour maps for categorical and continuous variables are taken from the ggplot2 ( Wickham, 2009) and viridis packages ( Garnier, 2018), respectively. However, iSEE also implements the ExperimentColorMap class, which allows users to specify arbitrary colour maps for particular variables. Each colour map is a function that returns a vector of distinct colours of a specified length, and will be called whenever the associated variable is used for point colouring in a particular panel. The returned colours will be mapped to factor levels for categorical variables, or used in colour interpolation for continuous variables. For categorical variables, the function may also return a constant vector of named colours corresponding to the levels of a known factor. Colour maps can be specified for individual variables; for all assays, all column data variables, or all row data variables (with different functions for continuous or categorical variables); or for all categorical or continuous variables. This provides a convenient yet flexible mechanism for customisation of colouring schemes within the interface.

Dynamic linking between panels

A key feature of iSEE is the ability to dynamically transmit information between panels ( Figure 1B). Users can define and reorganise arbitrary links between “transmitting” and “receiving” panels, whereby selections in transmitting panels control the inclusion and appearance of the corresponding data points in receiving panels. This feature facilitates exploration of the relationships between different aspects of the data. For example, users can easily determine co-expression patterns of genes in a particular region of a reduced dimensionality embedding – this is achieved by selecting points in a reduced dimension plot (using the standard rectangular brush or a lasso selection) and transmitting that selection to any number of feature assay plots. This linking paradigm extends to multiple panels, whereby a panel can transmit to multiple receivers, and a receiving panel can transmit its own selection to another plot. Chains of linked plots allow users to mimic the arbitrarily complex gating strategies often found in analyses of flow cytometry data ( Finak ). With iSEE, this concept is extended to any assay data, feature-level or sample-level metadata present in a SummarizedExperiment object, providing a powerful framework for interrogating multiple interactions between data aspects. Row statistics tables can also transmit to various plot types, by selecting a table row to control the colouring of sample-based points; or by defining a subset of features to visualise in a heatmap. Furthermore, row data plots can transmit to row statistics tables, whereby selection of points in the former will subset the latter.

Code tracking and reproducibility

iSEE automatically memorises the exact R code that was used to generate every plot, extending previous work by Marini & Binder (2016). This code is fully accessible to users at any time during the run-time of the interface. By integrating the code reported by iSEE into their own scripts, users can easily reproduce the results of any exploratory analysis. Similarly, the code required to reproduce the current state of the interface can also be reported. This can be used in startup scripts to launch an iSEE instance in any preferred layout, including the panel organisation, variable selection, colouring schemes, links between panels and even individual brushes and lasso selections.

Additional functionalities

Row statistics tables can be augmented with dynamic annotation based on the selected row, linking to online resources such as Ensembl ( Zerbino ) or Entrez ( Coordinators, 2017). For large data sets, points can be downsampled in a density-dependent manner to accelerate rendering of the plots, improving the responsiveness of the interface without compromising the fidelity of the visualisation. Users can also include a bespoke step-by-step “tour” of their data set via the rintrojs package ( Ganz, 2016), guiding the audience through an examination of the salient features in the data.

Use cases

Plate-based single-cell RNA sequencing

To demonstrate iSEE’s functionality, we used it to explore a plate-based single-cell RNA sequencing (scRNA-seq) data set involving 379 cells from the mouse visual cortex ( Tasic ). This demonstration guides the user through the main features of the iSEE interface including the multi-panel layout, colouring and dynamic linking. An interactive tour of this use case can be viewed here.

Droplet-based single-cell RNA sequencing

We applied iSEE to a larger scRNA-seq data set involving 4,000 peripheral blood mononuclear cells (PBMCs), generated by 10x Genomics ( Zheng ). This demonstration explores the differences between different methods for distinguishing cells from empty droplets in droplet-based scRNA-seq protocols ( Lun ). An interactive tour of this use case can be viewed here.

Bulk RNA sequencing from TCGA

We applied iSEE to bulk RNA sequencing data from The Cancer Genome Atlas (TCGA) project, using a subset of expression profiles involving 7,706 tumor samples ( Rahman ). This demonstration examines the elevation of HER2 expression in a subset of breast cancer samples. An interactive tour of this use case can be viewed here.

Mass cytometry

Finally, we explored a mass cytometry study involving more than 170,000 PBMCs from multiple donors before and after stimulation with BCR/FcR-XL ( Bodenmiller ). We used iSEE to visualise and refine a gating analysis to obtain B cells, and to investigate differences in expression of the functional marker pS6 after stimulation. An interactive tour of this use case can be viewed here.

Conclusion

iSEE provides a general interactive interface for visual exploration of high-throughput biological data sets. Any study that can be represented in a SummarizedExperiment object can be used as input, allowing iSEE to accommodate a diverse range of ‘omics data sets. The interface is flexible and can be dynamically customised by the user; supports exploration of interactions between data aspects through colouring and linking between panels; and provides transparency and reproducibility during the interactive analysis, through code tracking and state reporting. The most obvious use of iSEE is that of data exploration for hypothesis generation during the course of a research project. However, we also anticipate that public instances of iSEE will accompany publications to enable authors to showcase important aspects of their data through guided tours.

Software availability

The iSEE package is available at https://doi.org/doi:10.18129/B9.bioc.iSEE ( Soneson ) under an MIT license. Source code of the development version of the package is available at https://github.com/csoneson/iSEE. Code for the demonstrations and tours is available at https://github.com/LTLA/iSEE2018. Archived source code of the version reported in this article and interactive tours is available from http://doi.org/10.5281/zenodo.1247374 ( Rue-Albrecht )

Data availability

Data used in the described use cases is available from the following articles: http://doi.org/10.1038/nn.4216 ( Tasic ) http://doi.org/10.1038/ncomms14049 ( Zheng ) https://doi.org/10.1093/bioinformatics/btv377 ( Rahman ) https://doi.org/10.1038/nbt.2317 ( Bodenmiller ) The authors implement an interactive tool, called iSEE, to perform exploratory analyses for high-throughput experiments. The tool inputs a Bioconductor core structure, the SummarizedExperiment object (coerced into a SingleCellExperiment object) and builds an interactive interphase for data exploration. iSEE provides several tools for data exploration by plotting features of an assay along with sample metadata, feature metadata, and reduced representations of the assays. Furthermore, iSEE enables users to interact with the plots and to dynamically link panels with different representations of the data. The analyses performed using iSEE are reproducible, since the code that was run through the graphic interphase can be downloaded. Overall, the manuscript presents a very good idea and the code implementation is of great quality. iSEE will be very useful for people without programming background to perform basic analyses. I believe that the success of this tool will depend on whether the authors continue to develop it based on feature requests from users. I don’t have major concerns. However, I do have some recommendations to increase the interest of potential users. Enable users to select more than one group of samples from the dimensionality reduction plots. Furthermore, it would be very useful to enable users to fill new columns of colData based on the interactive grouping of samples. Enable users to retrieve an R data object if the initial input was modified during the analysis. In the context of single-cell or large-scale analyses, it would be helpful to implement tools for differential abundance analyses and gene set enrichment analyses. For instance, one could think of an implementation where users manually define groups of cells from tSNE/PCA plots, retrieve the genes that are differentially expressed between these groups, and extract the pathways that are enriched among the differentially expressed genes. When grouping samples manually on the tSNE/PCA plots, the violin plots of individual features (for example, genes) could be stratified based on these selections (e.g. plot one violin per group of selected points in the “Feature assay plot” panel). In the current implementation, it is only possible to colors the points within the violin plot, which makes difficult to compare distributions between groups of samples. I have read this submission. I believe that I have an appropriate level of expertise to confirm that it is of an acceptable scientific standard. Authors show an interactive visualization tool for a very common data type used for many of the packages in Bioconductors (SummarizedExperiment). It has enough flexibility to explore all kind of information the object can contain, an interactive tool based on Rshiny, is customizable so it can be adapted to each user. I only have minor some comments: Tutorial 2: step 10 gets the text box in the upper left of the windows, but I think it should be at other position since it says to change the y-axis of the plot. I think this happens when the user doesn't follow the instruction to click on to some button that should expand the menu with more options. It would be nice the tour re-start from the position it was left, with an option to start over. It happened many times that I click accidentally outside the box and I had to start over. In the cases the object doesn't have reducedDim for more than the 2 dimensions shown in the plot. I tried to use 3, and it gave an error. Maybe a more informative error would help the user to understand that there is no that information. I am not totally sure how to use the rintrojs package to generate a tool. It would be nice a reference to some documentation on how to do it or clarification if I am not understanding this correctly. For the features mentioned like code tracking and additional functionality, it would be nice to have a link to the vignette in the paper so the user can jump into how to get it done. I think it would be nice to make available a docker image with all the requirements to run iSEE installed. It would promote the use of the tool a lot among bioinformaticians working with non-computational researchers. It is nice to change the color for all the variables. I would add an example on how to change the palette for all categorical since the code would be slightly different than the one for continuous variables. It would make the user quickly using that option and avoid silly errors. I don't know if this is possible as it is right now, but it could be an option to load a RDA/RDS file containing the SE object instead of creating an app only for that data? That would open the door to deploy the tool independent of the data. For instance, I can see a scenario where iSEE is installed in a docker container, where the user just starts the image and when opening the browser at localhost:8787, there is an option to load a file with the object. Congrats on the tools! I have read this submission. I believe that I have an appropriate level of expertise to confirm that it is of an acceptable scientific standard. The iSEE package was developed to allow people to easily perform exploratory data analysis with data that are stored in a Bioconductor SummarizedExperiment object. A SummarizedExperiment container allows researchers to store one or more matrices of data, where the columns represent samples, and the rows represent either genomic positions or genomic features (genes, exons, transcription start sites, etc). In addition to the matrices of data, the SummarizedExperiment also contains two additional objects that describe the samples (the colData) and the rows (the rowData or rowRanges). iSEE allows users to interactively plot the underlying data from a SummarizedExperiment, and also choose subsets of the data based on either interactive selection of data in a plot, or by selecting samples or genomic regions based on the colData or rowData. The chosen subsets can then be linked to other plots in the Shiny Dashboard. This simplifies what could be a complex process, allowing both experienced R users a quick way to check over their data, and allowing less experienced R users the ability to do things that they otherwise might not have been able to do. All the underlying code generated while making interactive changes is saved and can be printed out later, in order to make the exploratory data analysis reproducible. This is an excellent feature, particularly for those who want to share observations with colleagues that may not be local. The only negative for this package is that, being based on the Shiny framework, to allow a colleague to explore the data requires that the colleague either have R, iSEE, and all its dependencies installed, or that you have a server running all necessary packages that you can point the colleague to. This limits sharing with people who are not R savvy, but is a function of how Shiny works, rather than the iSEE package. This is a high quality package, and given the generalizability of the SummarizedExperiment package, is applicable to a whole range of different data types. Given the ease of use, self documenting features, and applicability to multiple data types, this package will likely become very popular for exploratory data analysis. I have read this submission. I believe that I have an appropriate level of expertise to confirm that it is of an acceptable scientific standard.
  15 in total

Review 1.  Orchestrating high-throughput genomic analysis with Bioconductor.

Authors:  Wolfgang Huber; Vincent J Carey; Robert Gentleman; Simon Anders; Marc Carlson; Benilton S Carvalho; Hector Corrada Bravo; Sean Davis; Laurent Gatto; Thomas Girke; Raphael Gottardo; Florian Hahne; Kasper D Hansen; Rafael A Irizarry; Michael Lawrence; Michael I Love; James MacDonald; Valerie Obenchain; Andrzej K Oleś; Hervé Pagès; Alejandro Reyes; Paul Shannon; Gordon K Smyth; Dan Tenenbaum; Levi Waldron; Martin Morgan
Journal:  Nat Methods       Date:  2015-02       Impact factor: 28.547

2.  Minfi: a flexible and comprehensive Bioconductor package for the analysis of Infinium DNA methylation microarrays.

Authors:  Martin J Aryee; Andrew E Jaffe; Hector Corrada-Bravo; Christine Ladd-Acosta; Andrew P Feinberg; Kasper D Hansen; Rafael A Irizarry
Journal:  Bioinformatics       Date:  2014-01-28       Impact factor: 6.937

3.  Alternative preprocessing of RNA-Sequencing data in The Cancer Genome Atlas leads to improved analysis results.

Authors:  Mumtahena Rahman; Laurie K Jackson; W Evan Johnson; Dean Y Li; Andrea H Bild; Stephen R Piccolo
Journal:  Bioinformatics       Date:  2015-07-24       Impact factor: 6.937

4.  Mass-spectrometry-based spatial proteomics data analysis using pRoloc and pRolocdata.

Authors:  Laurent Gatto; Lisa M Breckels; Samuel Wieczorek; Thomas Burger; Kathryn S Lilley
Journal:  Bioinformatics       Date:  2014-01-11       Impact factor: 6.937

5.  Moderated estimation of fold change and dispersion for RNA-seq data with DESeq2.

Authors:  Michael I Love; Wolfgang Huber; Simon Anders
Journal:  Genome Biol       Date:  2014       Impact factor: 13.583

6.  Database Resources of the National Center for Biotechnology Information.

Authors: 
Journal:  Nucleic Acids Res       Date:  2016-11-28       Impact factor: 16.971

7.  HTSvis: a web app for exploratory data analysis and visualization of arrayed high-throughput screens.

Authors:  Christian Scheeder; Florian Heigwer; Michael Boutros
Journal:  Bioinformatics       Date:  2017-09-15       Impact factor: 6.937

8.  OpenCyto: an open source infrastructure for scalable, robust, reproducible, and automated, end-to-end flow cytometry data analysis.

Authors:  Greg Finak; Jacob Frelinger; Wenxin Jiang; Evan W Newell; John Ramey; Mark M Davis; Spyros A Kalams; Stephen C De Rosa; Raphael Gottardo
Journal:  PLoS Comput Biol       Date:  2014-08-28       Impact factor: 4.475

9.  shinyMethyl: interactive quality control of Illumina 450k DNA methylation arrays in R.

Authors:  Jean-Philippe Fortin; Elana Fertig; Kasper Hansen
Journal:  F1000Res       Date:  2014-07-30

10.  Ensembl 2018.

Authors:  Daniel R Zerbino; Premanand Achuthan; Wasiu Akanni; M Ridwan Amode; Daniel Barrell; Jyothish Bhai; Konstantinos Billis; Carla Cummins; Astrid Gall; Carlos García Girón; Laurent Gil; Leo Gordon; Leanne Haggerty; Erin Haskell; Thibaut Hourlier; Osagie G Izuogu; Sophie H Janacek; Thomas Juettemann; Jimmy Kiang To; Matthew R Laird; Ilias Lavidas; Zhicheng Liu; Jane E Loveland; Thomas Maurel; William McLaren; Benjamin Moore; Jonathan Mudge; Daniel N Murphy; Victoria Newman; Michael Nuhn; Denye Ogeh; Chuang Kee Ong; Anne Parker; Mateus Patricio; Harpreet Singh Riat; Helen Schuilenburg; Dan Sheppard; Helen Sparrow; Kieron Taylor; Anja Thormann; Alessandro Vullo; Brandon Walts; Amonida Zadissa; Adam Frankish; Sarah E Hunt; Myrto Kostadima; Nicholas Langridge; Fergal J Martin; Matthieu Muffato; Emily Perry; Magali Ruffier; Dan M Staines; Stephen J Trevanion; Bronwen L Aken; Fiona Cunningham; Andrew Yates; Paul Flicek
Journal:  Nucleic Acids Res       Date:  2018-01-04       Impact factor: 16.971

View more
  20 in total

1.  ARMOR: An Automated Reproducible MOdular Workflow for Preprocessing and Differential Analysis of RNA-seq Data.

Authors:  Stephany Orjuela; Ruizhu Huang; Katharina M Hembach; Mark D Robinson; Charlotte Soneson
Journal:  G3 (Bethesda)       Date:  2019-07-09       Impact factor: 3.154

2.  TreeSummarizedExperiment: a S4 class for data with hierarchical structure.

Authors:  Ruizhu Huang; Charlotte Soneson; Felix G M Ernst; Kevin C Rue-Albrecht; Guangchuang Yu; Stephanie C Hicks; Mark D Robinson
Journal:  F1000Res       Date:  2020-10-15

3.  Single-nucleus transcriptome analysis reveals cell-type-specific molecular signatures across reward circuitry in the human brain.

Authors:  Matthew N Tran; Kristen R Maynard; Abby Spangler; Louise A Huuki; Kelsey D Montgomery; Vijay Sadashivaiah; Madhavi Tippani; Brianna K Barry; Dana B Hancock; Stephanie C Hicks; Joel E Kleinman; Thomas M Hyde; Leonardo Collado-Torres; Andrew E Jaffe; Keri Martinowich
Journal:  Neuron       Date:  2021-09-27       Impact factor: 18.688

4.  SpatialExperiment: infrastructure for spatially resolved transcriptomics data in R using Bioconductor.

Authors:  Dario Righelli; Lukas M Weber; Helena L Crowell; Brenda Pardo; Leonardo Collado-Torres; Shila Ghazanfar; Aaron T L Lun; Stephanie C Hicks; Davide Risso
Journal:  Bioinformatics       Date:  2022-04-28       Impact factor: 6.931

5.  MetaOmGraph: a workbench for interactive exploratory data analysis of large expression datasets.

Authors:  Urminder Singh; Manhoi Hur; Karin Dorman; Eve Syrkin Wurtele
Journal:  Nucleic Acids Res       Date:  2020-02-28       Impact factor: 16.971

6.  ASAP 2020 update: an open, scalable and interactive web-based portal for (single-cell) omics analyses.

Authors:  Fabrice P A David; Maria Litovchenko; Bart Deplancke; Vincent Gardeux
Journal:  Nucleic Acids Res       Date:  2020-07-02       Impact factor: 16.971

7.  diffcyt: Differential discovery in high-dimensional cytometry via high-resolution clustering.

Authors:  Lukas M Weber; Malgorzata Nowicka; Charlotte Soneson; Mark D Robinson
Journal:  Commun Biol       Date:  2019-05-14

Review 8.  Current best practices in single-cell RNA-seq analysis: a tutorial.

Authors:  Malte D Luecken; Fabian J Theis
Journal:  Mol Syst Biol       Date:  2019-06-19       Impact factor: 11.429

Review 9.  Orchestrating single-cell analysis with Bioconductor.

Authors:  Robert A Amezquita; Aaron T L Lun; Etienne Becht; Vince J Carey; Lindsay N Carpp; Ludwig Geistlinger; Federico Marini; Kevin Rue-Albrecht; Davide Risso; Charlotte Soneson; Levi Waldron; Hervé Pagès; Mike L Smith; Wolfgang Huber; Martin Morgan; Raphael Gottardo; Stephanie C Hicks
Journal:  Nat Methods       Date:  2019-12-02       Impact factor: 28.547

10.  bigPint: A Bioconductor visualization package that makes big data pint-sized.

Authors:  Lindsay Rutter; Dianne Cook
Journal:  PLoS Comput Biol       Date:  2020-06-15       Impact factor: 4.475

View more

北京卡尤迪生物科技股份有限公司 © 2022-2023.