Skip to content

Commit 59f612d

Browse files
authored
typo
1 parent 0873e46 commit 59f612d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/Analyze_genecatalog.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ annotation_genecounts <- annotation_matrix %*% annotated_genes
527527
annotation_genecounts <- as.matrix(annotation_genecounts)
528528
529529
530-
# Save the normalized data as tsv.gz file
530+
# Save the unnormalized data as tsv.gz file
531531
write_delim(as.data.frame(annotation_genecounts),
532532
file.path(data_dir, "Genecatalog", "Kegg_counts.tsv.gz"),
533533
delim = "\t"

0 commit comments

Comments
 (0)