sheynkman-lab / biosurfer

"Surf" the biological network, from genome to transcriptome to proteome and back to gain insights into human disease biology.
MIT License
0 stars 0 forks source link

Associate expression data with Transcript/Junction/Exon objects #72

Open jsaquing opened 3 years ago

jsaquing commented 3 years ago

Types of queries that need to be supported:

Possible low-level implementations:

jsaquing commented 3 years ago

So far I've found keeping expression data in a pandas dataframe (indexed by accession) has been very flexible... perhaps the integration with Biosurfer will consist more of helper functions that encapsulate common operations on the dataframe (e.g. getting the expressions for a list of Transcript objects)? Or maybe the Expression class can just be a specialized container for a dataframe?