read_10x_mtx with different prefix
See original GitHub issueHi scanpy team,
I am not sure if I just missed it, but there does not seem to be a way to specify a different filename for .mtx
files. For instance, assuming I have multiple .mtx files in a folder sample1.matrix.mtx, sample2.matrix.mtx ...
with corresponding sample1.genes.tsv
and sample1.barcodes.tsv
. It would be useful to be able either specify matrix/genes/barcodes filename, etc. and/or a suffix for the files.
Thanks in advance, Alex
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
read_10x_mtx with different prefix · Issue #882 · scverse/scanpy
Hi scanpy team, I am not sure if I just missed it, but there does not seem to be a way to specify...
Read more >scanpy.read_10x_mtx — Scanpy 1.9.1 documentation
Only keep 'Gene Expression' data and ignore other feature types, e.g. 'Antibody Capture', ... Any prefix before matrix.mtx , genes.tsv and barcodes.tsv ....
Read more >Correct format for genes/features.tsv read_10x_mtx - Scanpy
My features.tsv is only one column so a line like this: genes = pd.read_csv(path / f'{prefix}genes.tsv', header=None, sep='\t') if var_names ...
Read more >Read & Write Data Functions • scCustomize
sample_names By default Read10X_GEO names each entry in the returned list (see below) using the file name prefix. If different names are desired ......
Read more >Load in data from 10X — Read10X • Seurat - Satija Lab
tsv files provided by 10X. A vector or named vector can be given in order to load several data directories. If a named...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
OK, let’s do this.
Are there plans to incorporate this feature? Would be very helpful to specify the filenames to read in – a lot of GEO data doesn’t follow the expected format.