You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: R/Analyze_genecatalog.Rmd
+9-4
Original file line number
Diff line number
Diff line change
@@ -386,10 +386,6 @@ hist(shannon_diversity)
386
386
387
387
Normalize gene counts to **gene counts per million**, which is analogous to transcripts per million.
388
388
389
-
Alternative ways to normalize would be to normalize to single copy genes.
390
-
Example the one from [MuSiCC](https://github.com/borenstein-lab/MUSiCC/blob/master/musicc/data/uscg_76_kegg_min_2313.lst)
391
-
392
-
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
393
389
394
390
```{r }
395
391
@@ -509,6 +505,15 @@ heatmap(log_annoation_cpm,
509
505
510
506
511
507
508
+
## Alternative ways to normalize
509
+
510
+
An other interesting way to normalize would be to normalize to single copy genes.
511
+
Example the one from [MuSiCC](https://github.com/borenstein-lab/MUSiCC/blob/master/musicc/data/uscg_76_kegg_min_2313.lst)
512
+
513
+
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
514
+
515
+
516
+
512
517
## Integrate them in a SummarizedExperiment object
0 commit comments