-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12 from cmap/upgrade_pandas_etc
Upgrade pandas etc
- Loading branch information
Showing
172 changed files
with
1,779 additions
and
41,537 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,11 +42,13 @@ | |
import numpy as np | ||
import pandas as pd | ||
import logging | ||
from cmapPy.pandasGEXpress import setup_GCToo_logger as setup_logger | ||
import setup_GCToo_logger as setup_logger | ||
|
||
|
||
__authors__ = 'Oana Enache, Lev Litichevskiy, Dave Lahr' | ||
__email__ = '[email protected]' | ||
|
||
|
||
class GCToo(object): | ||
"""Class representing parsed gct(x) objects as pandas dataframes. | ||
Contains 3 component dataframes (row_metadata_df, column_metadata_df, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1 @@ | ||
from .parse import parse | ||
#from .GCToo import GCToo | ||
#from .write_gctx import write_gctx | ||
#from .write_gct import write_gct | ||
from cmapPy.pandasGEXpress.parse import parse |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.