Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
SilasK authored Nov 24, 2023
1 parent 0873e46 commit 59f612d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/Analyze_genecatalog.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ annotation_genecounts <- annotation_matrix %*% annotated_genes
annotation_genecounts <- as.matrix(annotation_genecounts)
# Save the normalized data as tsv.gz file
# Save the unnormalized data as tsv.gz file
write_delim(as.data.frame(annotation_genecounts),
file.path(data_dir, "Genecatalog", "Kegg_counts.tsv.gz"),
delim = "\t"
Expand Down

0 comments on commit 59f612d

Please sign in to comment.