STREAM icon indicating copy to clipboard operation
STREAM copied to clipboard

STREAM: Single-cell Trajectories Reconstruction, Exploration And Mapping of single-cell data

Results 52 STREAM issues
Sort by recently updated
recently updated
newest added

Hi stream team, When performing the stream.map_new_data, I guess that the cells from two different stream objects are not down sampling to get equal number of cells? This might lead...

When I run the code ,st.subwaymap_plot_gene(adata,root='S0',genes=['CD8A']) ,I got the error: ValueError: 'c' argument must be a color, a sequence of colors, or a sequence of numbers, not TGCACCTTCAGCTGGC-3 And I...

Hi, I have scRNA-seq data from two conditions: WT and KO. I would like to build a trajectory based on WT data and then map KO data to the WT...

Hello there, Thanks for providing this amazing tool for single-cell analysis..I am running the stream_atac function on command line but it says that it cannot install the R package JASPAR2016....

Hello, I have been trying to use the mapping feature on two different scATAC-seq datasets. Both are able to infer trajectories individually. However, when trying to use the mapping feature...

Are there plans to provide `scanpy` integration? Since both are based on `anndata` it should not be too difficult, but it would be nice to be able to load an...

Hi: Sorry for bother you again. When mapping the new data set to the reference, error happened. Command lines: 1. Generating reference stream.select_variable_genes(wt) stream.dimension_reduction(wt, n_jobs=4) stream.seed_elastic_principal_graph(wt) stream.elastic_principal_graph(wt,incr_n_nodes=10, epg_alpha=0.03, epg_trimmingradius=0.1) stream.optimize_branching(wt)...

Hello, I am using anaconda3 on a Windows10 machine with Spyder interface to run Stream. When I try to use my data to identify Variable genes, I get the following...

Hi: I have followed the pipeline to mapped another group of cell to the reference. Then, the result was so strange. (I have generated the reference using 'umap' to reduce...