LRASManuscript icon indicating copy to clipboard operation
LRASManuscript copied to clipboard

Sample names in fecal.Rmd

Open IsabelFE opened this issue 5 years ago • 2 comments

Hi! I am trying to run the code below line 138. In theory reading the st2 and tax2 RDS should be enough, but in line 154 sample.names2 is needed and it is not in the environment. Since the initial raw files are not available yet I am stuck in this spot. Thanks

IsabelFE avatar Mar 15 '19 15:03 IsabelFE

Thanks for letting me know. You can extract the sample names from the sequence table as so:

sample.names2 <- rownames(st2)

benjjneb avatar Mar 15 '19 16:03 benjjneb

Thanks, that makes sense, I should have thought about that :)

IsabelFE avatar Mar 15 '19 17:03 IsabelFE