Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Store/Expose RNAseq pipeline processing parameters #20

Open
stripathy opened this issue Jun 28, 2017 · 5 comments
Open

Store/Expose RNAseq pipeline processing parameters #20

stripathy opened this issue Jun 28, 2017 · 5 comments
Assignees
Labels
enhancement Enhance the code or user experience rna-seq pipeline Issues involving the RNA-Seq pipeline

Comments

@stripathy
Copy link

RNAseq datasets in gemma should have some basic information about parameters used for aligning and quantification, including: which genome version? which reference transcriptome version? which quantifier? etc. If Manuel's pipeline also gets info about read length, single vs paired end reads, etc, that'd be useful info too.

@tesar-stepan tesar-stepan added the enhancement Enhance the code or user experience label Jun 28, 2017
@tesar-stepan
Copy link
Contributor

tesar-stepan commented Jun 30, 2017

Current proposition is to either store this information in a <key, value> array, or in case we want to keep old values when adding new ones, a <key, <date, value> tree.

@tesar-stepan
Copy link
Contributor

Added a simple string 'metadata' property to datasets and bioAssays, removed processing dates from bioAssay description.

@tesar-stepan
Copy link
Contributor

tesar-stepan commented Jan 25, 2018

Quick update: We sat down with Manuel and agreed to load first batch if metadata in, manually for now. They will be stored as a plain text. This will be immediately available through the API since the model, including the VOs, is ready. Once I have the data I'll edit the EE UI to show the data after some small pre-parsing for easier readability.

After this 'first stage', we will work on automatizing the process.

@tesar-stepan
Copy link
Contributor

Progress update: In the first stage we will be displaying file content of files generated from the RNASeq pipeline directly. There will be several files linked to each experiment.
The second stage will mean parsing out some batch information and storing this in a formalized format within the Gemma model. How exactly this will be done is still up for debate.

@tesar-stepan
Copy link
Contributor

tesar-stepan commented Sep 20, 2018

Basic UI done in 99e8dff - gemma will detect any metadata for each experiment when the ee details page is loaded and display download links for each file it finds. This can be changed to display the file content directly in the future if downloading the file proves inconvenient.

@arteymix arteymix self-assigned this Dec 1, 2020
@arteymix arteymix added the rna-seq pipeline Issues involving the RNA-Seq pipeline label Jul 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhance the code or user experience rna-seq pipeline Issues involving the RNA-Seq pipeline
Projects
None yet
Development

No branches or pull requests

3 participants