Thanks to visit codestin.com
Credit goes to code.bioconductor.org

Browse code

feat: more geoms

Jacques authored on 12/07/2024 20:56:30
Showing 1 changed files
... ...
@@ -4,6 +4,7 @@ utils::globalVariables(c(
4 4
     "ci_high", 
5 5
     "coord", 
6 6
     "feature", 
7
+    "features", 
7 8
     ".feature", 
8 9
     ".sample", 
9 10
     "track"  
Browse code

feat: geom_aggrcoverage (2)

js2264 authored on 11/07/2024 19:54:48
Showing 1 changed files
... ...
@@ -1,5 +1,7 @@
1 1
 utils::globalVariables(c(
2 2
     ".",
3
+    "ci_low", 
4
+    "ci_high", 
3 5
     "coord", 
4 6
     "feature", 
5 7
     ".feature", 
Browse code

feat: add expand method for CoverageExperiment

js2264 authored on 05/12/2023 15:20:14
Showing 1 changed files
... ...
@@ -2,5 +2,7 @@ utils::globalVariables(c(
2 2
     ".",
3 3
     "coord", 
4 4
     "feature", 
5
+    ".feature", 
6
+    ".sample", 
5 7
     "track"  
6 8
 ))
Browse code

first push

js2264 authored on 25/11/2023 08:25:58
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,6 @@
1
+utils::globalVariables(c(
2
+    ".",
3
+    "coord", 
4
+    "feature", 
5
+    "track"  
6
+))