Skip to content

Instantly share code, notes, and snippets.

@kozo2
Created January 1, 2020 03:31
Show Gist options
  • Save kozo2/33f4ad65d2557fc5a00eeda67bb0b875 to your computer and use it in GitHub Desktop.
Save kozo2/33f4ad65d2557fc5a00eeda67bb0b875 to your computer and use it in GitHub Desktop.
```{r}
human.filter <- lapply(statin.pathways, function(x) x$species == "Homo sapiens")
human.statin.pathways <- statin.pathways[unlist(human.filter)]
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment