Skip to content

Instantly share code, notes, and snippets.

@lwaldron
Created May 2, 2020 15:59
Show Gist options
  • Save lwaldron/a23c26fc8acf306ad3d3787a1fc6377f to your computer and use it in GitHub Desktop.
Save lwaldron/a23c26fc8acf306ad3d3787a1fc6377f to your computer and use it in GitHub Desktop.
source("https://raw.githubusercontent.com/waldronlab/bugSigSimple/master/R/simple.R")
x=readCurationSheet("https://github.com/waldronlab/bugSigSimple/blob/master/inst/extdata/Microbial%20signatures%20curation%20-%20signatures.tsv?raw=true")
length(unique(x$PMID))
writeLines(unique(x$PMID), file("signaturesPMID.txt"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment