Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

bladder pdo transcriptomics table not formatted correctly #360

Copy link
Copy link
@ymahlich

Description

@ymahlich
Issue body actions

Importing the newly generated bladderpdo dataset from figshare (generated and deposited via #359) the resulting Dataset.transcriptomics does not have the correct column names.

Expected behavior:

>>> bladderpdo = coderdata.load(name='bladderpdo')
>>> bladderpdo.transcriptomics.columns
Index(['entrez_id', 'improve_sample_id', 'transcriptomics', 'source', 'study'], dtype='object')

Observed behavior

>>> bladderpdo = coderdata.load(name='bladderpdo')
>>> bladderpdo.transcriptomics.columns
Index(['entrez_id', 'value', 'improve_sample_id', 'source', 'study'], dtype='object')

As you can see the column transcriptomics currently is called value.
This should be an easy fix, but currently breaks all existing downstream processing for the bladderpdo dataset

Reactions are currently unavailable

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingSomething isn't working

Type

Projects

Status

Done
Show more project fields

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    Morty Proxy This is a proxified and sanitized view of the page, visit original site.