Skip to content

Commit

Permalink
changes to report
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandriai168 committed Aug 11, 2023
1 parent aeeb5f1 commit 88a0b80
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bin/Report_MURI_Module3.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ knitr::include_graphics(paste0(params$working_dir,("/metadata/pictures/muri.png"
### **2. Run performance and filtering summary in terms of read number**

```{r}
output.files <- list.files(paste0(params$working_dir,"/final_data/rdata_output/"), full.names = TRUE, pattern = paste(params$marker,"*.Rdata"))
output.files <- list.files(paste0(params$working_dir,"/final_data/rdata_output"), full.names = TRUE, pattern = paste(params$marker,"*.Rdata"))
output.list <- list()
Expand Down Expand Up @@ -122,7 +122,6 @@ phyloseq::taxa_names(ps) <- paste0("ASV", seq(phyloseq::ntaxa(ps)))
# merge asvs by species
ps.sp <- phyloseq::tax_glom(ps, "Species")
ps.sp <- phyloseq::subset_samples(ps.sp,!grepl("positive",sampleID))#Revove positive control sample
sp.tax <- ps.sp@tax_table@.Data
```

Expand Down

0 comments on commit 88a0b80

Please sign in to comment.