Skip to content

Overall process of analysis in MetaflowΒΆ

graph LR
    subgraph Account
        A(Register) --> B(Login)
    end
    Account --> File
    subgraph File
        C(Create a Project) --> D(Create an Experiment)
        D --> E(Upload Files)
    end
    File --> Analysis
    subgraph Analysis
        F(Create a Workflow)
        F --> G(Clean)
        G --> H(Cluster)
    end
    Analysis --> I(Meta-analysis)

To start analyzing your FCS files with Metaflow, go to the Metaflow application website: https://apps.metaflow.bio/

  1. Account: Log in your account.
  2. File management: Upload and manage the files you want to analyze.
  3. Analysis: Identify cell populations of interest in your files.
  4. Meta-analysis: Set-up "Meta-analysis" to compare cell populations across files.