Skip to content

Commit

Permalink
splitt musicc
Browse files Browse the repository at this point in the history
  • Loading branch information
SilasK committed Oct 23, 2023
1 parent 39a87f7 commit 79e528e
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions R/Analyze_genecatalog.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -386,10 +386,6 @@ hist(shannon_diversity)

Normalize gene counts to **gene counts per million**, which is analogous to transcripts per million.

Alternative ways to normalize would be to normalize to single copy genes.
Example the one from [MuSiCC](https://github.com/borenstein-lab/MUSiCC/blob/master/musicc/data/uscg_76_kegg_min_2313.lst)

MUSiCC: A marker genes based framework for metagenomic normalization and accurate profiling of gene abundances in the microbiome. Ohad Manor and Elhanan Borenstein. Genome Biology

```{r }
Expand Down Expand Up @@ -509,6 +505,15 @@ heatmap(log_annoation_cpm,



## Alternative ways to normalize

An other interesting way to normalize would be to normalize to single copy genes.
Example the one from [MuSiCC](https://github.com/borenstein-lab/MUSiCC/blob/master/musicc/data/uscg_76_kegg_min_2313.lst)

MUSiCC: A marker genes based framework for metagenomic normalization and accurate profiling of gene abundances in the microbiome. Ohad Manor and Elhanan Borenstein. Genome Biology



## Integrate them in a SummarizedExperiment object

```{r }
Expand Down

0 comments on commit 79e528e

Please sign in to comment.