{{ partial "header.html" . }}

{{ .Title }}

{{ .Description }}

Human Genes searched in 2020 using the legacy visualization Mouse Genes searched in 2020 using the legacy visualization

Visualization of Published Data with CZI's cellxgene

{{ range where (where .Pages.ByWeight "Params.cellxgene" true) "Params.pending" false}}
  • {{.Params.name}}
  • {{ end }}

    Visualization of Unpublished Data with CZI's cellxgene

    {{ range where (where .Pages.ByWeight "Params.cellxgene" true) "Params.pending" true}}
  • {{.Params.name}}
  • {{ end }}

    Legacy Visualization

    {{ range where .Pages.ByWeight "Params.cellxgene" false }}
  • {{.Params.name}}
  • {{ end }}


    {{ partial "footer.html" . }}