You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
parser = argparse.ArgumentParser(description="Compute a sample correlation matrix from a matrix of expression values. Including --probes_csv causes this to only compute correlation values for one probe per gene (the 'median' probe).")
parser.add_argument('-p','--probes_csv', help="path to Probes.csv.")
parser.add_argument('expression_csv', help="path to MicroarrayExpression.csv")