iDrDex / star_api

API access to STARGEO: stargeo.org
2 stars 2 forks source link

balanced_permutations does not contain gene information #10

Closed dhimmel closed 8 years ago

dhimmel commented 8 years ago

The balanced_permutations dataframe returned by analysis.perform_analysis doesn't contain any gene identity columns.

dhimmel commented 8 years ago

The gene identities are part of the index (see example notebook). My bad for not seeing that.

May be worth adding a reset_index, since indexes can be annoying.