Auto-generation of Study files for Single Cell Portal submission
See original GitHub issueI have recently been using scanpy
to analyze my data and get it into a format that I want to share with others. I’ve been doing that using the Broad’s Single Cell Portal, which I suspect others use as well. It took me a couple of hours to figure out the details of file formatting, etc, but I realize the process could be easily automated. Given an adata
object, a list of files can be generated that are formatted correctly for upload. I have written this function and I use it myself.
Is scanpy
interested in a function that does this? Where in the code would such a thing go?
I’d be happy to create a pull request, but didn’t want to go ahead unless there’s interest.
Or maybe anndata
is a better place for something like this?
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Auto-generation of Study files for Single Cell Portal ...
I have recently been using scanpy to analyze my data and get it into a format that I want to share with others....
Read more >Single Cell Portal
This study contains single cell and spatial transcriptomics data for healthy mouse colon samples. It contains 17512 single cell profiles from 6 mice...
Read more >Anonymous Reviewer Access to SCP Studies
To ease this process, we've created a way to grant reviewers anonymous access to your SCP study while it is still private. Once...
Read more >496 total studies found - Single Cell Portal - Broad Institute
This submission contains the following datasets:1) Mouse colon ENS (plate-based SMART-Seq2):- 2,657 neurons- 3,039 glia- File prefixes: ss2 (all cell types) ...
Read more >Study: Robust decomposition of cell type mixtures in spatial ...
Data generated for the study 'Robust decomposition of cell type mixtures in spatial transcriptomics.' Additionally contains data from previous studies ...
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
(Orthogonal to this suggestion: We can maybe talk to the SCP people and ask how difficult would it be to use h5ad as a native format.)
This sounds great. If I recall correctly it is possible to upload data to the broad single cell portal and share this link with other people right? This would certainly be useful.
On Tue, Dec 10, 2019 at 4:23 AM Isaac Virshup notifications@github.com wrote:
–
Fidel Ramirez