Skip to content

Commit c800855

Browse files
committed
fix
1 parent 993c9d5 commit c800855

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

JAMP/R/U_cluster_otus.R

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ KEEP <- read.csv(paste(folder, "/5_OTU_table_", filter,".csv", sep=""), stringsA
392392

393393
higlight <- rev(!RAW$ID %in% KEEP$ID)
394394

395-
pdf(paste(folder, "/_stats/OTU_plot_3_RAW.pdf", sep=""), height=(nrow(RAW)+20)/10, width=(ncol(RAW)+2)/2)
395+
pdf(paste(folder, "/_stats/OTU_plot_3_RAW.pdf", sep=""), height=(nrow(RAW)+20)/10, width=(ncol(RAW)1)/2)
396396

397397
OTU_heatmap(paste(folder, "/3_Raw_OTU_table.csv", sep=""), abundance=T)
398398

@@ -414,7 +414,6 @@ OTU_heatmap(paste(folder, "/5_OTU_table_", filter,"_ZERO_rel.csv", sep=""), out=
414414

415415

416416

417-
filter <- 0.01
418417
temp <- "\nModule completed!"
419418
message(temp)
420419
cat(file="log.txt", paste(Sys.time(), "*** Module completed!", "", sep="\n"), append=T, sep="\n")

0 commit comments

Comments
 (0)