HDCASweden / HDCA_website

This repository contains scripts for automation of tasks in the HDCA's website
MIT License
0 stars 0 forks source link

read rows from h5 and add as dropdown options #23

Open HenrikeW opened 1 year ago

KattisLej commented 1 year ago

Committas i samband med issue 34

var allGenes = f.get("matrix/features/name").value; var genesList = allGenes.map((str)=> str.replace(/[^a-zA-Z0-9 _]/g, ''));