Created
May 2, 2020 15:59
-
-
Save lwaldron/a23c26fc8acf306ad3d3787a1fc6377f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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