示例#1
0
def CCM( arguments = None ):
    '''Interface for CCM() in Methods'''
    args = GetArgs( arguments )

    D = Methods.CCM( args, Methods.Source.Jupyter )
    return D # Dictionary { lib_sizes, column_target_rho, target_column_rho }