Created
October 14, 2020 15:02
-
-
Save lwaldron/2bf4575614020871b723e8241b6ac2d5 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
system("gsutil cp gs://biocbbs_2020a/cmd3out/uploads/GuptaA_2019.metaphlan_bugs_list.stool.rda .") | |
load("GuptaA_2019.metaphlan_bugs_list.stool.rda") | |
head(rownames(GuptaA_2019.metaphlan_bugs_list.stool)) #first 3 look wrong | |
grep("CIBIO", rownames(GuptaA_2019.metaphlan_bugs_list.stool)) #there are 60 with CIBIO in the rowname |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here's what the head command looks like: