Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
ngs_tools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bioinfo
ngs_tools
Commits
1cc83019
Commit
1cc83019
authored
10 years ago
by
Holger Brandl
Browse files
Options
Downloads
Patches
Plain Diff
hemoglobin expression
parent
13a1f33b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
dge_workflow/dge_analysis.R
+1
-1
1 addition, 1 deletion
dge_workflow/dge_analysis.R
dge_workflow/todo.txt
+15
-1
15 additions, 1 deletion
dge_workflow/todo.txt
with
16 additions
and
2 deletions
dge_workflow/dge_analysis.R
+
1
−
1
View file @
1cc83019
...
...
@@ -125,7 +125,7 @@ repFpkmMatrix(genes(cuff)) %>%
merge
(
geneInfo
,
by
=
"ensembl_gene_id"
,
all.x
=
T
)
%>%
print_head
()
%>%
write.delim
(
file
=
"gene_fpkms_by_replicate.txt"
)
# gene_fpkms <- read.delim("gene_fpkms_by_replicate.txt")
# gene_fpkms
_by_replicate
<- read.delim("gene_fpkms_by_replicate.txt")
#' [Annotated Expresssion Table](gene_fpkms_by_replicate.txt)
## also export count tables
...
...
This diff is collapsed.
Click to expand it.
dge_workflow/todo.txt
+
15
−
1
View file @
1cc83019
...
...
@@ -4,4 +4,18 @@
1) evaluate if trimmoatic is the better trimmer (with respect to cutadapt)
- also consider to use contamination list from fastqc for trimming (see https://www.biostars.org/p/15753/)
\ No newline at end of file
- also consider to use contamination list from fastqc for trimming (see https://www.biostars.org/p/15753/)
Multi-Mapper
---
- perl filter does not seem change tophat results
- samtools view -bq1 removes something (nur bei tophat default "-g 20")
- "-g1" --> no multimapper in algn_summary and not filter effect
next:
- are removed/remaining counts consistent with reported multimapper counts from algn_summary.txt
- are there duplicated read ids when using -g1
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment