Skip to content

Commit ab67871

Browse files
committed
fix 2
1 parent 82e6335 commit ab67871

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

JAMP/R/U_cluster_otus.R

Lines changed: 1 addition & 1 deletion
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)+1)/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

0 commit comments

Comments
 (0)