Skip to contents

Introduction

Inspired by Herve Menager’s issue, I examined the ELIXIR Research Software Ecosystem source repo for metadata on biotools components. Information here was filtered using code in the inst/scrapes folder of the biocEDAM package.

A table with EDAM topics for the Bioconductor packages in biotools metadata

library(DT)
library(biocEDAM)
data(biotools_bioc)
datatable(biotools_bioc)