Skip to content

Commit

Permalink
Fix normalisation subsetting
Browse files Browse the repository at this point in the history
  • Loading branch information
adamd3 committed Jan 22, 2024
1 parent c8495a4 commit 5f1e447
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/normalise_counts.R
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ rownames(counts_tab) <- gene_names
# ref_tab_sub <- ref_gene_tab[!ref_gene_tab$biotype == "rRNA", ]
# non_rRNA_counts <- counts_tab[rownames(counts_tab) %in% ref_tab_sub$locus_tag, ]
ref_tab_sub <- ref_gene_tab
non_rRNA_counts <- counts_tab

## ensure that ref gene annotations order matches counts table
ref_tab_sub <- ref_tab_sub[match(
Expand Down

0 comments on commit 5f1e447

Please sign in to comment.