NiCo: Niche covariation analysis of spatial transcriptomics data
Infer cellular crosstalk from spatial transcriptomics and scRNAseq data
The Niche Covariation (NiCo) package is developed for the integration of single-cell resolution spatial transcriptomics and scRNA-seq data (or from sequencing-based spatial transcriptomics data alone) to (1) perform cell type annotations in the spatial modality by label transfer, (2) predict niche cell type interactions within local neighborhoods, and (3) infer cell state covariation and the underlying molecular crosstalk in the niche. NiCo infers factors capturing cell state variability in both modalities and identifies genes correlated to these latent factors for the prediction of ligand-receptor interactions and factor-associated pathways.
Highlights of NiCo
Annotations of cell types in spatial data by label transfer
Prediction of niche interactions using neighborhood analysis
Covariation analysis of latent factors across niche cell types
Prediction of ligand-receptor interactions mediating niche crosstalk
Inference of pathways aassociated with covarying cell states
Installation
Note
Please install using following commands:
For more details, follow the python package index guidelines from nico-sc-sp pypi
Tutorials
Please prepare the input files with scRNA-seq count data and cell type annotation (cluster partition), spatial count data, and spatial cell coordinates to run the complete NiCo tutorials.
Contents:
- Introduction
- Installation
- Examples
- Tutorial 0: Data Preparation
- Tutorial 1: Single-Cell Resolution Spatial Transcriptomics (seqFISH, Xenium, or MERSCOPE etc.)
- A: Perform cell type annotation of the spatial data
- Note: Annotations from different computational methods such cell2location or TACCO
- B: Infer significant niche cell type interactions
- C: Perform niche cell state covariation analysis using latent factors
- Covariation parameter settings
- Ligand-Receptor database file
- Visualize the cosine similarity and Spearman correlation between genes and latent factors
- Visualizes genes associated with the latent factors along with average expression
- Inspect genes associated with a latent factor
- Save the latent factors into an excel sheet
- D: Cell type covariation visualization
- E: Analysis of ligand-receptor interactions between covarying niche cell types
- F: Perform functional enrichment analysis for genes associated with latent factors
- Example 4 (Recommended version): We recommend using the following version of the plot
- G: Visualization of top genes across cell types and factors as dotplot
- H: Visualize factor values in the UMAP
- Tutorial 2: Slide-seqV2, Slide-tags, or Stereo-seq
- Usage introduction
- Visualize spatial annotations of selected pairs (or larger sets) of cell types
- Covariation parameter settings
- Ligand-Receptor database file
- Visualize the cosine similarity and Spearman correlation between genes and latent factors
- Visualizes genes associated with the latent factors along with average expression
- Inspect genes associated with a latent factor
- Save the latent factors into an excel sheet
- Visualize as heatmap instead of circle plot
- Save excel sheets and summary in text file
- Usage for ligand-receptor visualizations
- Perform pathway enrichment analysis for factor-associated genes
- API Reference
- Module 1: nico_annotations
create_directory()delete_files()findSpatialCells()find_all_the_spatial_cells_mapped_to_single_cells()find_anchor_cells_between_ref_and_query()find_annotation_index()find_commnon_MNN()find_index()find_match_index_in_dist()find_mutual_nn()find_unmapped_cells_and_deg()nico_based_annotation()plot_all_ct()plot_specific_ct()read_dist_and_nodes_as_graph()remove_extra_character_from_name()resolved_confused_and_unmapped_mapping_of_cells_with_majority_vote()resolved_confused_and_unmapped_mapping_of_cells_with_weighted_average_of_inverse_distance_in_neighbors()return_singlecells()save_annotations_in_spatial_object()sct_return_sc_sp_in_shared_common_PC_space()visualize_spatial_anchored_cell_mapped_to_scRNAseq()visualize_umap_and_cell_coordinates_with_all_celltypes()visualize_umap_and_cell_coordinates_with_selected_celltypes()write_annotation()
- Module 2: nico_interactions
create_directory()create_spatial_CT_feature_matrix()euclidean_dist()findNeighbors_in_given_radius()find_interacting_cell_types()find_neighbors()model_log_regression()plot_coefficient_matrix()plot_confusion_matrix()plot_evaluation_scores()plot_multiclass_roc()plot_niche_interactions_with_edge_weight()plot_niche_interactions_without_edge_weight()plot_predicted_probabilities()plot_roc_results()read_processed_data()reading_data()remove_extra_character_from_name()spatial_neighborhood_analysis()
- Module 3: nico_covariations
alignment_score()compute_PC_space()create_directory()create_subtitle()extract_and_plot_top_genes_from_chosen_factor_in_celltype()findXYZC()find_LR_interactions_in_interacting_cell_types()find_PC_of_invidualCluster_in_SC()find_correlation_bw_genes_and_PC_component_in_singlecell()find_correlation_bw_genes_and_PC_component_in_singlecell_cosine()find_fold_change()find_index()find_interest_of_genes()find_logistic_regression_interacting_score()gene_covariation_analysis()makePCneighboorhoodFeatureMatrix()make_excel_sheet_for_gene_correlation()model_linear_regression()multiplicative_method()pathway_analysis()plot_all_ct()plot_cosine_and_spearman_correlation_to_factors()plot_feature_matrices()plot_ligand_receptor_in_interacting_celltypes()plot_significant_regression_covariations_as_circleplot()plot_significant_regression_covariations_as_heatmap()plot_top_genes_for_a_given_celltype_from_all_factors()plot_top_genes_for_pair_of_celltypes_from_two_chosen_factors()read_LigRecDb()read_spatial_data()remove_extra_character_from_name()run_ridge_regression()save_LR_interactions_in_excelsheet_and_regression_summary_in_textfile_for_interacting_cell_types()sort_index_in_right_order()sorting_of_factors_for_showing_the_value_in_excelsheet()top_genes_in_correlation_list_without()triangulation_for_triheatmap()visualize_factors_in_scRNAseq_umap()visualize_factors_in_spatial_umap()
- Module 1: nico_annotations
- Frequently Asked Questions (FAQ)