Skip to content

Commit

Permalink
Merge pull request #64 from martingarridorc/patch-1
Browse files Browse the repository at this point in the history
Update _phosphoegf.py
  • Loading branch information
vicpaton authored Nov 20, 2024
2 parents ad163c0 + 26ece89 commit 53a5617
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions networkcommons/data/omics/_phosphoegf.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ def phospho_egf_datatypes() -> pd.DataFrame:
})


def phospho_egf_tables(type='diffabundance'):
def phospho_egf_tables(type='phosphosite'):
"""
A table with the corresponding data type for the phospho EGF dataset.
Args:
type:
Either 'diffabundance' or 'kinase_scores'.
Either 'phosphosite' or 'kinase'.
Returns:
A DataFrame with the corresponding data.
Expand All @@ -55,4 +55,4 @@ def phospho_egf_tables(type='diffabundance'):
warnings.warn(f'Unknown data type "{type}"')
return None
return out_table


0 comments on commit 53a5617

Please sign in to comment.