AlloViz.AlloViz.Filtering.Filtering._get_G

Filtering._get_G(column)[source]

Return a DataFrame’s column as a Graph

Transform a column from a pandas.DataFrame (passed as a pandas.Series) into a NetworkX’ Graph; retaining only the largest component if the passed information results in an unconnected network.

Parameters:
columnpandas.Series