forked from viash-hub/biobox
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
expected output (not correct) and update to R script package installa…
…tion
- Loading branch information
1 parent
0a79886
commit aeb8419
Showing
8 changed files
with
120 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
ID geneLength allCountsMulti filteredCountsMulti dupRateMulti dupsPerIdMulti RPKMulti PKMMulti allCounts filteredCounts dupRate dupsPerId RPK RPKM | ||
WASH7P 1769 41 41 0 0 23.1769361221029 188430.374976446 1 1 0 0 0.565291124929339 4595.86280430357 | ||
FAM138A 2260 0 0 NA 0 0 0 0 0 NA 0 0 0 | ||
FAM138F 2260 0 0 NA 0 0 0 0 0 NA 0 0 0 | ||
OR4F5 918 0 0 NA 0 0 0 0 0 NA 0 0 0 | ||
LOC729737 5474 18 18 0 0 3.28827183047132 26733.917320905 3 3 0 0 0.548045305078553 4455.65288681751 | ||
LOC100132287 8740 39 39 0 0 4.46224256292906 36278.3948205615 1 1 0 0 0.11441647597254 930.215251809269 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
#id: DupInt | ||
#plot_type: 'generalstats' | ||
#pconfig: | ||
# dupRadar_intercept: | ||
# title: 'dupInt' | ||
# namespace: 'DupRadar' | ||
# description: 'Intercept value from DupRadar' | ||
# max: 100 | ||
# min: 0 | ||
# scale: 'RdYlGn-rev' | ||
# format: '{:.2f}%' | ||
Sample dupRadar_intercept | ||
test 5.8262146393079e-11 | ||
#id: DupInt | ||
#plot_type: 'generalstats' | ||
#pconfig: | ||
# dupRadar_intercept: | ||
# title: 'dupInt' | ||
# namespace: 'DupRadar' | ||
# description: 'Intercept value from DupRadar' | ||
# max: 100 | ||
# min: 0 | ||
# scale: 'RdYlGn-rev' | ||
# format: '{:.2f}%' | ||
Sample dupRadar_intercept | ||
test 5.8262146393079e-11 | ||
#id: DupInt | ||
#plot_type: 'generalstats' | ||
#pconfig: | ||
# dupRadar_intercept: | ||
# title: 'dupInt' | ||
# namespace: 'DupRadar' | ||
# description: 'Intercept value from DupRadar' | ||
# max: 100 | ||
# min: 0 | ||
# scale: 'RdYlGn-rev' | ||
# format: '{:.2f}%' | ||
Sample dupRadar_intercept | ||
test 5.8262146393079e-11 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
#id: dupradar | ||
#section_name: 'DupRadar' | ||
#section_href: 'bioconductor.org/packages/release/bioc/html/dupRadar.html' | ||
#description: "provides duplication rate quality control for RNA-Seq datasets. Highly expressed genes can be expected to have a lot of duplicate reads, but high numbers of duplicates at low read counts can indicate low library complexity with technical duplication. | ||
# This plot shows the general linear models - a summary of the gene duplication distributions. " | ||
#pconfig: | ||
# title: 'DupRadar General Linear Model' | ||
# xLog: True | ||
# xlab: 'expression (reads/kbp)' | ||
# ylab: '% duplicate reads' | ||
# ymax: 100 | ||
# ymin: 0 | ||
# tt_label: '<b>{point.x:.1f} reads/kbp</b>: {point.y:,.2f}% duplicates' | ||
# xPlotLines: | ||
# - color: 'green' | ||
# dashStyle: 'LongDash' | ||
# label: | ||
# style: {color: 'green'} | ||
# text: '0.5 RPKM' | ||
# verticalAlign: 'bottom' | ||
# y: -65 | ||
# value: 0.5 | ||
# width: 1 | ||
# - color: 'red' | ||
# dashStyle: 'LongDash' | ||
# label: | ||
# style: {color: 'red'} | ||
# text: '1 read/bp' | ||
# verticalAlign: 'bottom' | ||
# y: -65 | ||
# value: 1000 | ||
# width: 1 | ||
0.11441647597254 5.82621463896864e-09 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
test - dupRadar Int (duprate at low read counts): 5.8262146393079e-11 | ||
test - dupRadar Sl (progression of the duplication rate): 0.999999999999966 |