Skip to content
Snippets Groups Projects
Commit ffe0955f authored by Holger Brandl's avatar Holger Brandl
Browse files

modernized final annotation filtering

parent 98ea751d
No related branches found
No related tags found
No related merge requests found
...@@ -265,6 +265,8 @@ normCounts <- counts(dds,normalized=TRUE) %>% ...@@ -265,6 +265,8 @@ normCounts <- counts(dds,normalized=TRUE) %>%
set_names(colnames(countMatrix)) %>% rownames2column("ensembl_gene_id") set_names(colnames(countMatrix)) %>% rownames2column("ensembl_gene_id")
normCounts %>% write.delim("normalized_counts_by_replicate.txt")
## .. should be same as input ## .. should be same as input
#filter(countData, ensembl_gene_id=="ENSDARG00000000001") #filter(countData, ensembl_gene_id=="ENSDARG00000000001")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment