... | ... |
@@ -1,7 +1,7 @@ |
1 | 1 |
Package: easylift |
2 | 2 |
Title: An R package to perform genomic liftover |
3 | 3 |
Version: 1.1.0 |
4 |
-Date: 2023-10-12 |
|
4 |
+Date: 2023-10-24 |
|
5 | 5 |
Authors@R: |
6 | 6 |
c( |
7 | 7 |
person("Abdullah", "Al Nahid", email= "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-4390-0768")), |
... | ... |
@@ -1,7 +1,7 @@ |
1 | 1 |
Package: easylift |
2 | 2 |
Title: An R package to perform genomic liftover |
3 |
-Version: 0.99.97 |
|
4 |
-Date: 2023-09-25 |
|
3 |
+Version: 0.99.98 |
|
4 |
+Date: 2023-10-12 |
|
5 | 5 |
Authors@R: |
6 | 6 |
c( |
7 | 7 |
person("Abdullah", "Al Nahid", email= "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-4390-0768")), |
... | ... |
@@ -1,6 +1,6 @@ |
1 | 1 |
Package: easylift |
2 | 2 |
Title: An R package to perform genomic liftover |
3 |
-Version: 0.99.96 |
|
3 |
+Version: 0.99.97 |
|
4 | 4 |
Date: 2023-09-25 |
5 | 5 |
Authors@R: |
6 | 6 |
c( |
... | ... |
@@ -8,9 +8,10 @@ Authors@R: |
8 | 8 |
person("Hervé", "Pagès", role = c("aut", "rev")), |
9 | 9 |
person("Michael", "Love", email = "[email protected]", role = c("aut", "rev"), comment = c(ORCID = "0000-0001-8401-0545")) |
10 | 10 |
) |
11 |
-Description: The package performs genomic liftover between different genome assemblies given GRanges object, target genome and chain file. If the chain file is cached with BiocFileCache, the chain file argument can be omitted. |
|
11 |
+Description: The easylift package provides a convenient tool for genomic liftover operations between different genome assemblies. It seamlessly works with Bioconductor's GRanges objects and chain files from the UCSC Genome Browser, allowing for straightforward handling of genomic ranges across various genome versions. One noteworthy feature of easylift is its integration with the BiocFileCache package. This integration automates the management and caching of chain files necessary for liftover operations. Users no longer need to manually specify chain file paths in their function calls, reducing the complexity of the liftover process. |
|
12 | 12 |
License: MIT + file LICENSE |
13 | 13 |
URL: https://github.com/nahid18/easylift, https://nahid18.github.io/easylift |
14 |
+BugReports: https://github.com/nahid18/easylift/issues |
|
14 | 15 |
Encoding: UTF-8 |
15 | 16 |
Roxygen: list(markdown = TRUE) |
16 | 17 |
RoxygenNote: 7.2.3 |
... | ... |
@@ -21,7 +22,8 @@ Imports: |
21 | 22 |
rtracklayer, |
22 | 23 |
GenomeInfoDb, |
23 | 24 |
R.utils, |
24 |
- tools |
|
25 |
+ tools, |
|
26 |
+ methods |
|
25 | 27 |
Suggests: |
26 | 28 |
testthat (>= 3.0.0), |
27 | 29 |
IRanges, |
... | ... |
@@ -30,4 +32,4 @@ Suggests: |
30 | 32 |
rmarkdown |
31 | 33 |
Config/testthat/edition: 3 |
32 | 34 |
VignetteBuilder: knitr |
33 |
-biocViews: Workflow, BasicWorkflow |
|
35 |
+biocViews: Software, WorkflowStep, Sequencing, Coverage, GenomeAssembly, DataImport |
... | ... |
@@ -1,10 +1,11 @@ |
1 | 1 |
Package: easylift |
2 | 2 |
Title: An R package to perform genomic liftover |
3 |
-Version: 0.99.8 |
|
3 |
+Version: 0.99.9 |
|
4 | 4 |
Date: 2023-09-25 |
5 | 5 |
Authors@R: |
6 | 6 |
c( |
7 |
- person("Abdullah", "Al Nahid", email= "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-4390-0768")), |
|
7 |
+ person("Abdullah", "Al Nahid", email= "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-4390-0768")), |
|
8 |
+ person("Hervé", "Pagès", role = c("aut", "rev")), |
|
8 | 9 |
person("Michael", "Love", email = "[email protected]", role = c("aut", "rev"), comment = c(ORCID = "0000-0001-8401-0545")) |
9 | 10 |
) |
10 | 11 |
Description: The package performs genomic liftover between different genome assemblies given GRanges object, target genome and chain file. If the chain file is cached with BiocFileCache, the chain file argument can be omitted. |
... | ... |
@@ -1,6 +1,6 @@ |
1 | 1 |
Package: easylift |
2 | 2 |
Title: An R package to perform genomic liftover |
3 |
-Version: 0.99.5 |
|
3 |
+Version: 0.99.6 |
|
4 | 4 |
Date: 2023-09-25 |
5 | 5 |
Authors@R: |
6 | 6 |
c( |
... | ... |
@@ -14,13 +14,13 @@ Encoding: UTF-8 |
14 | 14 |
Roxygen: list(markdown = TRUE) |
15 | 15 |
RoxygenNote: 7.2.3 |
16 | 16 |
Depends: |
17 |
- GenomicRanges |
|
17 |
+ GenomicRanges, |
|
18 |
+ BiocFileCache |
|
18 | 19 |
Imports: |
19 | 20 |
rtracklayer, |
20 | 21 |
GenomeInfoDb, |
21 | 22 |
R.utils, |
22 |
- tools, |
|
23 |
- BiocFileCache |
|
23 |
+ tools |
|
24 | 24 |
Suggests: |
25 | 25 |
testthat (>= 3.0.0), |
26 | 26 |
IRanges, |
... | ... |
@@ -1,18 +1,20 @@ |
1 | 1 |
Package: easylift |
2 | 2 |
Title: An R package to perform genomic liftover |
3 |
-Version: 0.99.0 |
|
4 |
-Date: 2023-08-05 |
|
3 |
+Version: 0.99.1 |
|
4 |
+Date: 2023-09-25 |
|
5 | 5 |
Authors@R: |
6 | 6 |
c( |
7 | 7 |
person("Abdullah", "Al Nahid", email= "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-4390-0768")), |
8 | 8 |
person("Michael", "Love", email = "[email protected]", role = c("aut", "rev"), comment = c(ORCID = "0000-0001-8401-0545")) |
9 | 9 |
) |
10 |
-Description: The package performs genomic liftover different genome assemblies given GRanges, genome and chain file. If the chain file is cached with BiocFileCache, the chain file argument can be omitted. |
|
10 |
+Description: The package performs genomic liftover between different genome assemblies given GRanges object, target genome and chain file. If the chain file is cached with BiocFileCache, the chain file argument can be omitted. |
|
11 | 11 |
License: MIT + file LICENSE |
12 | 12 |
URL: https://github.com/nahid18/easylift, https://nahid18.github.io/easylift |
13 | 13 |
Encoding: UTF-8 |
14 | 14 |
Roxygen: list(markdown = TRUE) |
15 | 15 |
RoxygenNote: 7.2.3 |
16 |
+Depends: |
|
17 |
+ GenomicRanges |
|
16 | 18 |
Imports: |
17 | 19 |
rtracklayer, |
18 | 20 |
GenomeInfoDb, |
... | ... |
@@ -21,7 +23,6 @@ Imports: |
21 | 23 |
BiocFileCache |
22 | 24 |
Suggests: |
23 | 25 |
testthat (>= 3.0.0), |
24 |
- GenomicRanges, |
|
25 | 26 |
IRanges, |
26 | 27 |
knitr, |
27 | 28 |
BiocStyle, |
... | ... |
@@ -1,13 +1,13 @@ |
1 | 1 |
Package: easylift |
2 | 2 |
Title: An R package to perform genomic liftover |
3 |
-Version: 0.0.4 |
|
3 |
+Version: 0.0.5 |
|
4 | 4 |
Date: 2023-08-05 |
5 | 5 |
Authors@R: |
6 | 6 |
c( |
7 | 7 |
person("Abdullah", "Al Nahid", email= "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-4390-0768")), |
8 | 8 |
person("Michael", "Love", email = "[email protected]", role = c("aut", "rev"), comment = c(ORCID = "0000-0001-8401-0545")) |
9 | 9 |
) |
10 |
-Description: The package performs genomic liftover given genomicRanges and chain file. |
|
10 |
+Description: The package performs genomic liftover different genome assemblies given GRanges, genome and chain file. If the chain file is cached with BiocFileCache, the chain file argument can be omitted. |
|
11 | 11 |
License: MIT + file LICENSE |
12 | 12 |
URL: https://github.com/nahid18/easylift, https://nahid18.github.io/easylift |
13 | 13 |
Encoding: UTF-8 |
... | ... |
@@ -28,3 +28,4 @@ Suggests: |
28 | 28 |
rmarkdown |
29 | 29 |
Config/testthat/edition: 3 |
30 | 30 |
VignetteBuilder: knitr |
31 |
+biocViews: Workflow, BasicWorkflow |
... | ... |
@@ -1,11 +1,11 @@ |
1 | 1 |
Package: easylift |
2 | 2 |
Title: An R package to perform genomic liftOver |
3 |
-Version: 0.0.1 |
|
3 |
+Version: 0.0.2 |
|
4 | 4 |
Date: 2023-08-05 |
5 | 5 |
Authors@R: |
6 | 6 |
c( |
7 | 7 |
person("Abdullah", "Al Nahid", email= "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-4390-0768")), |
8 |
- person("Michael", "Love", email = "[email protected]", role = c("aut", "rev"), comment = c(ORCID = "0000-0001-8401-0545")) |
|
8 |
+ person("Michael", "Love", email = "[email protected]", role = c("aut", "rev"), comment = c(ORCID = "0000-0001-8401-0545")) |
|
9 | 9 |
) |
10 | 10 |
Description: The package performs genomic liftover given genomicRanges and chain file. |
11 | 11 |
License: MIT + file LICENSE |
... | ... |
@@ -17,4 +17,5 @@ Imports: |
17 | 17 |
rtracklayer, |
18 | 18 |
GenomeInfoDb, |
19 | 19 |
R.utils, |
20 |
- tools |
|
20 |
+ tools, |
|
21 |
+ BiocFileCache |
... | ... |
@@ -9,7 +9,7 @@ Authors@R: |
9 | 9 |
) |
10 | 10 |
Description: The package performs genomic liftover given genomicRanges and chain file. |
11 | 11 |
License: MIT + file LICENSE |
12 |
-URL: https://github.com/nahid18/easylift, https://nahid18.github.io/easylift/ |
|
12 |
+URL: https://github.com/nahid18/easylift, https://nahid18.github.io/easylift |
|
13 | 13 |
Encoding: UTF-8 |
14 | 14 |
Roxygen: list(markdown = TRUE) |
15 | 15 |
RoxygenNote: 7.2.3 |
... | ... |
@@ -9,7 +9,7 @@ Authors@R: |
9 | 9 |
) |
10 | 10 |
Description: The package performs genomic liftover given genomicRanges and chain file. |
11 | 11 |
License: MIT + file LICENSE |
12 |
-URL: https://github.com/nahid18/easylift |
|
12 |
+URL: https://github.com/nahid18/easylift, https://nahid18.github.io/easylift/ |
|
13 | 13 |
Encoding: UTF-8 |
14 | 14 |
Roxygen: list(markdown = TRUE) |
15 | 15 |
RoxygenNote: 7.2.3 |
... | ... |
@@ -1,9 +1,11 @@ |
1 | 1 |
Package: easylift |
2 |
-Title: easylift: An R package to perform genomic liftOver |
|
2 |
+Title: An R package to perform genomic liftOver |
|
3 | 3 |
Version: 0.0.1 |
4 |
+Date: 2023-08-05 |
|
4 | 5 |
Authors@R: |
5 | 6 |
c( |
6 |
- person("Abdullah", "Al Nahid", , "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-4390-0768")), person("Michael", "Love", email = "[email protected]", role = c("aut", "rev"), comment = c(ORCID = "0000-0001-8401-0545")) |
|
7 |
+ person("Abdullah", "Al Nahid", email= "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-4390-0768")), |
|
8 |
+ person("Michael", "Love", email = "[email protected]", role = c("aut", "rev"), comment = c(ORCID = "0000-0001-8401-0545")) |
|
7 | 9 |
) |
8 | 10 |
Description: The package performs genomic liftover given genomicRanges and chain file. |
9 | 11 |
License: MIT + file LICENSE |
... | ... |
@@ -3,13 +3,11 @@ Title: easylift: An R package to perform genomic liftOver |
3 | 3 |
Version: 0.0.1 |
4 | 4 |
Authors@R: |
5 | 5 |
c( |
6 |
- person("Abdullah", "Al Nahid", , "[email protected]", role = c("aut", "cre"), |
|
7 |
- comment = c(ORCID = "0000-0002-4390-0768")) |
|
8 |
- person("Michael", "Love", email = "[email protected]", |
|
9 |
- role = c("aut", "cre"), comment = c(ORCID = "0000-0001-8401-0545")) |
|
6 |
+ person("Abdullah", "Al Nahid", , "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-4390-0768")), person("Michael", "Love", email = "[email protected]", role = c("aut", "rev"), comment = c(ORCID = "0000-0001-8401-0545")) |
|
10 | 7 |
) |
11 | 8 |
Description: The package performs genomic liftover given genomicRanges and chain file. |
12 | 9 |
License: MIT + file LICENSE |
10 |
+URL: https://github.com/nahid18/easylift |
|
13 | 11 |
Encoding: UTF-8 |
14 | 12 |
Roxygen: list(markdown = TRUE) |
15 | 13 |
RoxygenNote: 7.2.3 |
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,20 @@ |
1 |
+Package: easylift |
|
2 |
+Title: easylift: An R package to perform genomic liftOver |
|
3 |
+Version: 0.0.1 |
|
4 |
+Authors@R: |
|
5 |
+ c( |
|
6 |
+ person("Abdullah", "Al Nahid", , "[email protected]", role = c("aut", "cre"), |
|
7 |
+ comment = c(ORCID = "0000-0002-4390-0768")) |
|
8 |
+ person("Michael", "Love", email = "[email protected]", |
|
9 |
+ role = c("aut", "cre"), comment = c(ORCID = "0000-0001-8401-0545")) |
|
10 |
+ ) |
|
11 |
+Description: The package performs genomic liftover given genomicRanges and chain file. |
|
12 |
+License: MIT + file LICENSE |
|
13 |
+Encoding: UTF-8 |
|
14 |
+Roxygen: list(markdown = TRUE) |
|
15 |
+RoxygenNote: 7.2.3 |
|
16 |
+Imports: |
|
17 |
+ rtracklayer, |
|
18 |
+ GenomeInfoDb, |
|
19 |
+ R.utils, |
|
20 |
+ tools |