Skip to content
Snippets Groups Projects
Commit cd6f5178 authored by Venkat Malladi's avatar Venkat Malladi
Browse files

Updated how transcripts are pooled.

parent ea3a4f25
Branches
Tags
No related merge requests found
...@@ -74,8 +74,8 @@ for (i in seq(1:length(args$experiment))){ ...@@ -74,8 +74,8 @@ for (i in seq(1:length(args$experiment))){
a2 = args$replicate2[i] a2 = args$replicate2[i]
alignments_1 = as(readGAlignments(a1), "GRanges") alignments_1 = as(readGAlignments(a1), "GRanges")
alignments_2 = as(readGAlignments(a2), "GRanges") alignments_2 = as(readGAlignments(a2), "GRanges")
combined.replicates <- sort(c(alignments_1, alignments_2)) combined.replicates <- sort(c(alignments_1, alignments_2,alignments))
alignments <- sort(c(alignments,combined.replicates )) alignments <- combined.replicates
} }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment