-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrenv.lock
More file actions
10002 lines (10002 loc) · 550 KB
/
renv.lock
File metadata and controls
10002 lines (10002 loc) · 550 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"R": {
"Version": "4.3.3",
"Repositories": [
{
"Name": "BioCsoft",
"URL": "https://bioconductor.org/packages/3.18/bioc"
},
{
"Name": "BioCann",
"URL": "https://bioconductor.org/packages/3.18/data/annotation"
},
{
"Name": "BioCexp",
"URL": "https://bioconductor.org/packages/3.18/data/experiment"
},
{
"Name": "BioCworkflows",
"URL": "https://bioconductor.org/packages/3.18/workflows"
},
{
"Name": "BioCbooks",
"URL": "https://bioconductor.org/packages/3.18/books"
},
{
"Name": "CRAN",
"URL": "https://packagemanager.posit.co/cran/latest"
}
]
},
"Bioconductor": {
"Version": "3.18"
},
"Packages": {
"AnnotationDbi": {
"Package": "AnnotationDbi",
"Version": "1.64.1",
"Source": "Bioconductor",
"Title": "Manipulation of SQLite-based annotations in Bioconductor",
"Description": "Implements a user-friendly interface for querying SQLite-based annotation data packages.",
"biocViews": "Annotation, Microarray, Sequencing, GenomeAnnotation",
"URL": "https://bioconductor.org/packages/AnnotationDbi",
"Video": "https://www.youtube.com/watch?v=8qvGNTVz3Ik",
"BugReports": "https://github.com/Bioconductor/AnnotationDbi/issues",
"License": "Artistic-2.0",
"Encoding": "UTF-8",
"Author": "Hervé Pagès, Marc Carlson, Seth Falcon, Nianhua Li",
"Maintainer": "Bioconductor Package Maintainer <maintainer@bioconductor.org>",
"Depends": [
"R (>= 2.7.0)",
"methods",
"stats4",
"BiocGenerics (>= 0.29.2)",
"Biobase (>= 1.17.0)",
"IRanges"
],
"Imports": [
"DBI",
"RSQLite",
"S4Vectors (>= 0.9.25)",
"stats",
"KEGGREST"
],
"Suggests": [
"utils",
"hgu95av2.db",
"GO.db",
"org.Sc.sgd.db",
"org.At.tair.db",
"RUnit",
"TxDb.Hsapiens.UCSC.hg19.knownGene",
"org.Hs.eg.db",
"reactome.db",
"AnnotationForge",
"graph",
"EnsDb.Hsapiens.v75",
"BiocStyle",
"knitr"
],
"VignetteBuilder": "knitr",
"Collate": "00RTobjs.R AllGenerics.R AllClasses.R unlist2.R utils.R SQL.R FlatBimap.R AnnDbObj-lowAPI.R Bimap.R GOTerms.R BimapFormatting.R Bimap-envirAPI.R flatten.R methods-AnnotationDb.R methods-SQLiteConnection.R methods-geneCentricDbs.R methods-geneCentricDbs-keys.R methods-ReactomeDb.R methods-OrthologyDb.R loadDb.R createAnnObjs-utils.R createAnnObjs.NCBIORG_DBs.R createAnnObjs.NCBICHIP_DBs.R createAnnObjs.ORGANISM_DB.R createAnnObjs.YEASTCHIP_DB.R createAnnObjs.COELICOLOR_DB.R createAnnObjs.ARABIDOPSISCHIP_DB.R createAnnObjs.MALARIA_DB.R createAnnObjs.YEAST_DB.R createAnnObjs.YEASTNCBI_DB.R createAnnObjs.ARABIDOPSIS_DB.R createAnnObjs.GO_DB.R createAnnObjs.KEGG_DB.R createAnnObjs.PFAM_DB.R AnnDbPkg-templates-common.R AnnDbPkg-checker.R print.probetable.R makeMap.R inpIDMapper.R test_AnnotationDbi_package.R",
"git_url": "https://git.bioconductor.org/packages/AnnotationDbi",
"git_branch": "RELEASE_3_18",
"git_last_commit": "e5b997e",
"git_last_commit_date": "2023-11-01",
"NeedsCompilation": "no"
},
"BH": {
"Package": "BH",
"Version": "1.87.0-1",
"Source": "Repository",
"Type": "Package",
"Title": "Boost C++ Header Files",
"Date": "2024-12-17",
"Authors@R": "c(person(\"Dirk\", \"Eddelbuettel\", role = c(\"aut\", \"cre\"), email = \"edd@debian.org\", comment = c(ORCID = \"0000-0001-6419-907X\")), person(\"John W.\", \"Emerson\", role = \"aut\"), person(\"Michael J.\", \"Kane\", role = \"aut\", comment = c(ORCID = \"0000-0003-1899-6662\")))",
"Description": "Boost provides free peer-reviewed portable C++ source libraries. A large part of Boost is provided as C++ template code which is resolved entirely at compile-time without linking. This package aims to provide the most useful subset of Boost libraries for template use among CRAN packages. By placing these libraries in this package, we offer a more efficient distribution system for CRAN as replication of this code in the sources of other packages is avoided. As of release 1.84.0-0, the following Boost libraries are included: 'accumulators' 'algorithm' 'align' 'any' 'atomic' 'beast' 'bimap' 'bind' 'circular_buffer' 'compute' 'concept' 'config' 'container' 'date_time' 'detail' 'dynamic_bitset' 'exception' 'flyweight' 'foreach' 'functional' 'fusion' 'geometry' 'graph' 'heap' 'icl' 'integer' 'interprocess' 'intrusive' 'io' 'iostreams' 'iterator' 'lambda2' 'math' 'move' 'mp11' 'mpl' 'multiprecision' 'numeric' 'pending' 'phoenix' 'polygon' 'preprocessor' 'process' 'propery_tree' 'qvm' 'random' 'range' 'scope_exit' 'smart_ptr' 'sort' 'spirit' 'tuple' 'type_traits' 'typeof' 'unordered' 'url' 'utility' 'uuid'.",
"License": "BSL-1.0",
"URL": "https://github.com/eddelbuettel/bh, https://dirk.eddelbuettel.com/code/bh.html",
"BugReports": "https://github.com/eddelbuettel/bh/issues",
"NeedsCompilation": "no",
"Author": "Dirk Eddelbuettel [aut, cre] (<https://orcid.org/0000-0001-6419-907X>), John W. Emerson [aut], Michael J. Kane [aut] (<https://orcid.org/0000-0003-1899-6662>)",
"Maintainer": "Dirk Eddelbuettel <edd@debian.org>",
"Repository": "CRAN",
"Encoding": "UTF-8"
},
"Biobase": {
"Package": "Biobase",
"Version": "2.62.0",
"Source": "Bioconductor",
"Title": "Biobase: Base functions for Bioconductor",
"Description": "Functions that are needed by many other packages or which replace R functions.",
"biocViews": "Infrastructure",
"URL": "https://bioconductor.org/packages/Biobase",
"BugReports": "https://github.com/Bioconductor/Biobase/issues",
"License": "Artistic-2.0",
"Authors@R": "c( person(\"R.\", \"Gentleman\", role=\"aut\"), person(\"V.\", \"Carey\", role = \"aut\"), person(\"M.\", \"Morgan\", role=\"aut\"), person(\"S.\", \"Falcon\", role=\"aut\"), person(\"Haleema\", \"Khan\", role = \"ctb\", comment = \"'esApply' and 'BiobaseDevelopment' vignette translation from Sweave to Rmarkdown / HTML\" ), person(\"Bioconductor Package Maintainer\", role = \"cre\", email = \"maintainer@bioconductor.org\" ))",
"Suggests": [
"tools",
"tkWidgets",
"ALL",
"RUnit",
"golubEsets",
"BiocStyle",
"knitr"
],
"Depends": [
"R (>= 2.10)",
"BiocGenerics (>= 0.27.1)",
"utils"
],
"Imports": [
"methods"
],
"VignetteBuilder": "knitr",
"LazyLoad": "yes",
"Collate": "tools.R strings.R environment.R vignettes.R packages.R AllGenerics.R VersionsClass.R VersionedClasses.R methods-VersionsNull.R methods-VersionedClass.R DataClasses.R methods-aggregator.R methods-container.R methods-MIAxE.R methods-MIAME.R methods-AssayData.R methods-AnnotatedDataFrame.R methods-eSet.R methods-ExpressionSet.R methods-MultiSet.R methods-SnpSet.R methods-NChannelSet.R anyMissing.R rowOp-methods.R updateObjectTo.R methods-ScalarObject.R zzz.R",
"git_url": "https://git.bioconductor.org/packages/Biobase",
"git_branch": "RELEASE_3_18",
"git_last_commit": "8201fbb",
"git_last_commit_date": "2023-10-24",
"NeedsCompilation": "yes",
"Author": "R. Gentleman [aut], V. Carey [aut], M. Morgan [aut], S. Falcon [aut], Haleema Khan [ctb] ('esApply' and 'BiobaseDevelopment' vignette translation from Sweave to Rmarkdown / HTML), Bioconductor Package Maintainer [cre]",
"Maintainer": "Bioconductor Package Maintainer <maintainer@bioconductor.org>"
},
"BiocGenerics": {
"Package": "BiocGenerics",
"Version": "0.48.1",
"Source": "Bioconductor",
"Title": "S4 generic functions used in Bioconductor",
"Description": "The package defines many S4 generic functions used in Bioconductor.",
"biocViews": "Infrastructure",
"URL": "https://bioconductor.org/packages/BiocGenerics",
"BugReports": "https://github.com/Bioconductor/BiocGenerics/issues",
"License": "Artistic-2.0",
"Encoding": "UTF-8",
"Author": "The Bioconductor Dev Team",
"Maintainer": "Hervé Pagès <hpages.on.github@gmail.com>",
"Depends": [
"R (>= 4.0.0)",
"methods",
"utils",
"graphics",
"stats"
],
"Imports": [
"methods",
"utils",
"graphics",
"stats"
],
"Suggests": [
"Biobase",
"S4Vectors",
"IRanges",
"GenomicRanges",
"DelayedArray",
"Biostrings",
"Rsamtools",
"AnnotationDbi",
"affy",
"affyPLM",
"DESeq2",
"flowClust",
"MSnbase",
"annotate",
"RUnit"
],
"Collate": "S3-classes-as-S4-classes.R utils.R normarg-utils.R replaceSlots.R aperm.R append.R as.data.frame.R as.list.R as.vector.R cbind.R do.call.R duplicated.R eval.R Extremes.R format.R funprog.R get.R grep.R is.unsorted.R lapply.R mapply.R match.R mean.R nrow.R order.R paste.R rank.R rep.R row_colnames.R sets.R sort.R start.R subset.R t.R table.R tapply.R unique.R unlist.R unsplit.R relist.R var.R which.R which.min.R boxplot.R image.R density.R IQR.R mad.R residuals.R weights.R xtabs.R annotation.R combine.R dbconn.R dge.R dims.R fileName.R normalize.R Ontology.R organism_species.R path.R plotMA.R plotPCA.R score.R strand.R toTable.R type.R updateObject.R testPackage.R zzz.R",
"git_url": "https://git.bioconductor.org/packages/BiocGenerics",
"git_branch": "RELEASE_3_18",
"git_last_commit": "5fd6dfe",
"git_last_commit_date": "2023-10-31",
"NeedsCompilation": "no"
},
"BiocManager": {
"Package": "BiocManager",
"Version": "1.30.25",
"Source": "Repository",
"Title": "Access the Bioconductor Project Package Repository",
"Description": "A convenient tool to install and update Bioconductor packages.",
"Authors@R": "c( person(\"Martin\", \"Morgan\", email = \"martin.morgan@roswellpark.org\", role = \"aut\", comment = c(ORCID = \"0000-0002-5874-8148\")), person(\"Marcel\", \"Ramos\", email = \"marcel.ramos@sph.cuny.edu\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0002-3242-0582\")))",
"Imports": [
"utils"
],
"Suggests": [
"BiocVersion",
"BiocStyle",
"remotes",
"rmarkdown",
"testthat",
"withr",
"curl",
"knitr"
],
"URL": "https://bioconductor.github.io/BiocManager/",
"BugReports": "https://github.com/Bioconductor/BiocManager/issues",
"VignetteBuilder": "knitr",
"License": "Artistic-2.0",
"Encoding": "UTF-8",
"RoxygenNote": "7.3.1",
"NeedsCompilation": "no",
"Author": "Martin Morgan [aut] (<https://orcid.org/0000-0002-5874-8148>), Marcel Ramos [aut, cre] (<https://orcid.org/0000-0002-3242-0582>)",
"Maintainer": "Marcel Ramos <marcel.ramos@sph.cuny.edu>",
"Repository": "CRAN"
},
"BiocParallel": {
"Package": "BiocParallel",
"Version": "1.36.0",
"Source": "Bioconductor",
"Type": "Package",
"Title": "Bioconductor facilities for parallel evaluation",
"Authors@R": "c( person(\"Martin\", \"Morgan\", email = \"mtmorgan.bioc@gmail.com\", role=c(\"aut\", \"cre\")), person(\"Jiefei\", \"Wang\", role = \"aut\"), person(\"Valerie\", \"Obenchain\", role=\"aut\"), person(\"Michel\", \"Lang\", email=\"michellang@gmail.com\", role=\"aut\"), person(\"Ryan\", \"Thompson\", email=\"rct@thompsonclan.org\", role=\"aut\"), person(\"Nitesh\", \"Turaga\", role=\"aut\"), person(\"Aaron\", \"Lun\", role = \"ctb\"), person(\"Henrik\", \"Bengtsson\", role = \"ctb\"), person(\"Madelyn\", \"Carlson\", role = \"ctb\", comment = \"Translated 'Random Numbers' vignette from Sweave to RMarkdown / HTML.\" ), person(\"Phylis\", \"Atieno\", role = \"ctb\", comment = \"Translated 'Introduction to BiocParallel' vignette from Sweave to Rmarkdown / HTML.\" ), person( \"Sergio\", \"Oller\", role = \"ctb\", comment = c( \"Improved bpmapply() efficiency.\", \"ORCID\" = \"0000-0002-8994-1549\" ) ))",
"Description": "This package provides modified versions and novel implementation of functions for parallel evaluation, tailored to use with Bioconductor objects.",
"URL": "https://github.com/Bioconductor/BiocParallel",
"BugReports": "https://github.com/Bioconductor/BiocParallel/issues",
"biocViews": "Infrastructure",
"License": "GPL-2 | GPL-3",
"SystemRequirements": "C++11",
"Depends": [
"methods",
"R (>= 3.5.0)"
],
"Imports": [
"stats",
"utils",
"futile.logger",
"parallel",
"snow",
"codetools"
],
"Suggests": [
"BiocGenerics",
"tools",
"foreach",
"BBmisc",
"doParallel",
"GenomicRanges",
"RNAseqData.HNRNPC.bam.chr14",
"TxDb.Hsapiens.UCSC.hg19.knownGene",
"VariantAnnotation",
"Rsamtools",
"GenomicAlignments",
"ShortRead",
"RUnit",
"BiocStyle",
"knitr",
"batchtools",
"data.table"
],
"Enhances": [
"Rmpi"
],
"Collate": "AllGenerics.R DeveloperInterface.R prototype.R bploop.R ErrorHandling.R log.R bpbackend-methods.R bpisup-methods.R bplapply-methods.R bpiterate-methods.R bpstart-methods.R bpstop-methods.R BiocParallelParam-class.R bpmapply-methods.R bpschedule-methods.R bpvec-methods.R bpvectorize-methods.R bpworkers-methods.R bpaggregate-methods.R bpvalidate.R SnowParam-class.R MulticoreParam-class.R TransientMulticoreParam-class.R register.R SerialParam-class.R DoparParam-class.R SnowParam-utils.R BatchtoolsParam-class.R progress.R ipcmutex.R worker-number.R utilities.R rng.R bpinit.R reducer.R worker.R bpoptions.R cpp11.R BiocParallel-defunct.R",
"LinkingTo": [
"BH",
"cpp11"
],
"VignetteBuilder": "knitr",
"RoxygenNote": "7.1.2",
"git_url": "https://git.bioconductor.org/packages/BiocParallel",
"git_branch": "RELEASE_3_18",
"git_last_commit": "ba4ec29",
"git_last_commit_date": "2023-10-24",
"NeedsCompilation": "yes",
"Author": "Martin Morgan [aut, cre], Jiefei Wang [aut], Valerie Obenchain [aut], Michel Lang [aut], Ryan Thompson [aut], Nitesh Turaga [aut], Aaron Lun [ctb], Henrik Bengtsson [ctb], Madelyn Carlson [ctb] (Translated 'Random Numbers' vignette from Sweave to RMarkdown / HTML.), Phylis Atieno [ctb] (Translated 'Introduction to BiocParallel' vignette from Sweave to Rmarkdown / HTML.), Sergio Oller [ctb] (Improved bpmapply() efficiency., <https://orcid.org/0000-0002-8994-1549>)",
"Maintainer": "Martin Morgan <mtmorgan.bioc@gmail.com>"
},
"BiocVersion": {
"Package": "BiocVersion",
"Version": "3.18.1",
"Source": "Bioconductor",
"Title": "Set the appropriate version of Bioconductor packages",
"Description": "This package provides repository information for the appropriate version of Bioconductor.",
"Authors@R": "c( person(\"Martin\", \"Morgan\", email = \"martin.morgan@roswellpark.org\", role = \"aut\"), person(\"Marcel\", \"Ramos\", email = \"marcel.ramos@roswellpark.org\", role = \"ctb\"), person(\"Bioconductor\", \"Package Maintainer\", email = \"maintainer@bioconductor.org\", role = c(\"ctb\", \"cre\")))",
"biocViews": "Infrastructure",
"Depends": [
"R (>= 4.3.0)"
],
"License": "Artistic-2.0",
"Encoding": "UTF-8",
"RoxygenNote": "6.0.1",
"git_url": "https://git.bioconductor.org/packages/BiocVersion",
"git_branch": "RELEASE_3_18",
"git_last_commit": "70680b8",
"git_last_commit_date": "2023-11-15",
"NeedsCompilation": "no",
"Author": "Martin Morgan [aut], Marcel Ramos [ctb], Bioconductor Package Maintainer [ctb, cre]",
"Maintainer": "Bioconductor Package Maintainer <maintainer@bioconductor.org>"
},
"Biostrings": {
"Package": "Biostrings",
"Version": "2.70.3",
"Source": "Bioconductor",
"Title": "Efficient manipulation of biological strings",
"Description": "Memory efficient string containers, string matching algorithms, and other utilities, for fast manipulation of large biological sequences or sets of sequences.",
"biocViews": "SequenceMatching, Alignment, Sequencing, Genetics, DataImport, DataRepresentation, Infrastructure",
"URL": "https://bioconductor.org/packages/Biostrings",
"BugReports": "https://github.com/Bioconductor/Biostrings/issues",
"License": "Artistic-2.0",
"Encoding": "UTF-8",
"Authors@R": "c( person(\"Hervé\", \"Pagès\", role=c(\"aut\", \"cre\"), email=\"hpages.on.github@gmail.com\"), person(\"Patrick\", \"Aboyoun\", role=\"aut\"), person(\"Robert\", \"Gentleman\", role=\"aut\"), person(\"Saikat\", \"DebRoy\", role=\"aut\"), person(\"Vince\", \"Carey\", role=\"ctb\"), person(\"Nicolas\", \"Delhomme\", role=\"ctb\"), person(\"Felix\", \"Ernst\", role=\"ctb\"), person(\"Haleema\", \"Khan\", role=\"ctb\", comment=\"Converted 'matchprobes' vignette from Sweave to RMarkdown\"), person(\"Aidan\", \"Lakshman\", role=\"ctb\"), person(\"Kieran\", \"O'Neill\", role=\"ctb\"), person(\"Valerie\", \"Obenchain\", role=\"ctb\"), person(\"Marcel\", \"Ramos\", role=\"ctb\"), person(\"Albert\", \"Vill\", role=\"ctb\"), person(\"Jen\", \"Wokaty\", role=\"ctb\", comment=\"Converted 'matchprobes' vignette from Sweave to RMarkdown\"), person(\"Erik\", \"Wright\", role=\"ctb\"))",
"Depends": [
"R (>= 4.0.0)",
"methods",
"BiocGenerics (>= 0.37.0)",
"S4Vectors (>= 0.27.12)",
"IRanges (>= 2.31.2)",
"XVector (>= 0.37.1)",
"GenomeInfoDb"
],
"Imports": [
"methods",
"utils",
"grDevices",
"graphics",
"stats",
"crayon"
],
"LinkingTo": [
"S4Vectors",
"IRanges",
"XVector"
],
"Enhances": [
"Rmpi"
],
"Suggests": [
"BSgenome (>= 1.13.14)",
"BSgenome.Celegans.UCSC.ce2 (>= 1.3.11)",
"BSgenome.Dmelanogaster.UCSC.dm3 (>= 1.3.11)",
"BSgenome.Hsapiens.UCSC.hg18",
"drosophila2probe",
"hgu95av2probe",
"hgu133aprobe",
"GenomicFeatures (>= 1.3.14)",
"hgu95av2cdf",
"affy (>= 1.41.3)",
"affydata (>= 1.11.5)",
"RUnit",
"BiocStyle",
"knitr"
],
"VignetteBuilder": "knitr",
"LazyLoad": "yes",
"Collate": "00datacache.R utils.R IUPAC_CODE_MAP.R AMINO_ACID_CODE.R GENETIC_CODE.R XStringCodec-class.R seqtype.R coloring.R XString-class.R XStringSet-class.R XStringSet-comparison.R XStringViews-class.R MaskedXString-class.R XStringSetList-class.R seqinfo-methods.R xscat.R XStringSet-io.R letter.R getSeq.R letterFrequency.R dinucleotideFrequencyTest.R chartr.R reverseComplement.R translate.R toComplex.R replaceAt.R replaceLetterAt.R injectHardMask.R padAndClip.R strsplit-methods.R misc.R SparseList-class.R MIndex-class.R lowlevel-matching.R match-utils.R matchPattern.R maskMotif.R matchLRPatterns.R trimLRPatterns.R matchProbePair.R matchPWM.R findPalindromes.R PDict-class.R matchPDict.R XStringPartialMatches-class.R XStringQuality-class.R QualityScaledXStringSet.R InDel-class.R AlignedXStringSet-class.R PairwiseAlignments-class.R PairwiseAlignmentsSingleSubject-class.R PairwiseAlignments-io.R align-utils.R pmatchPattern.R pairwiseAlignment.R stringDist.R needwunsQS.R MultipleAlignment.R matchprobes.R zzz.R",
"git_url": "https://git.bioconductor.org/packages/Biostrings",
"git_branch": "RELEASE_3_18",
"git_last_commit": "c213e35",
"git_last_commit_date": "2024-03-12",
"Repository": "Bioconductor 3.18",
"NeedsCompilation": "yes",
"Author": "Hervé Pagès [aut, cre], Patrick Aboyoun [aut], Robert Gentleman [aut], Saikat DebRoy [aut], Vince Carey [ctb], Nicolas Delhomme [ctb], Felix Ernst [ctb], Haleema Khan [ctb] (Converted 'matchprobes' vignette from Sweave to RMarkdown), Aidan Lakshman [ctb], Kieran O'Neill [ctb], Valerie Obenchain [ctb], Marcel Ramos [ctb], Albert Vill [ctb], Jen Wokaty [ctb] (Converted 'matchprobes' vignette from Sweave to RMarkdown), Erik Wright [ctb]",
"Maintainer": "Hervé Pagès <hpages.on.github@gmail.com>"
},
"DBI": {
"Package": "DBI",
"Version": "1.2.3",
"Source": "Repository",
"Title": "R Database Interface",
"Date": "2024-06-02",
"Authors@R": "c( person(\"R Special Interest Group on Databases (R-SIG-DB)\", role = \"aut\"), person(\"Hadley\", \"Wickham\", role = \"aut\"), person(\"Kirill\", \"Müller\", , \"kirill@cynkra.com\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0002-1416-3412\")), person(\"R Consortium\", role = \"fnd\") )",
"Description": "A database interface definition for communication between R and relational database management systems. All classes in this package are virtual and need to be extended by the various R/DBMS implementations.",
"License": "LGPL (>= 2.1)",
"URL": "https://dbi.r-dbi.org, https://github.com/r-dbi/DBI",
"BugReports": "https://github.com/r-dbi/DBI/issues",
"Depends": [
"methods",
"R (>= 3.0.0)"
],
"Suggests": [
"arrow",
"blob",
"covr",
"DBItest",
"dbplyr",
"downlit",
"dplyr",
"glue",
"hms",
"knitr",
"magrittr",
"nanoarrow (>= 0.3.0.1)",
"RMariaDB",
"rmarkdown",
"rprojroot",
"RSQLite (>= 1.1-2)",
"testthat (>= 3.0.0)",
"vctrs",
"xml2"
],
"VignetteBuilder": "knitr",
"Config/autostyle/scope": "line_breaks",
"Config/autostyle/strict": "false",
"Config/Needs/check": "r-dbi/DBItest",
"Encoding": "UTF-8",
"RoxygenNote": "7.3.1",
"Config/Needs/website": "r-dbi/DBItest, r-dbi/dbitemplate, adbi, AzureKusto, bigrquery, DatabaseConnector, dittodb, duckdb, implyr, lazysf, odbc, pool, RAthena, IMSMWU/RClickhouse, RH2, RJDBC, RMariaDB, RMySQL, RPostgres, RPostgreSQL, RPresto, RSQLite, sergeant, sparklyr, withr",
"Config/testthat/edition": "3",
"NeedsCompilation": "no",
"Author": "R Special Interest Group on Databases (R-SIG-DB) [aut], Hadley Wickham [aut], Kirill Müller [aut, cre] (<https://orcid.org/0000-0002-1416-3412>), R Consortium [fnd]",
"Maintainer": "Kirill Müller <kirill@cynkra.com>",
"Repository": "CRAN"
},
"DOSE": {
"Package": "DOSE",
"Version": "3.28.2",
"Source": "Bioconductor",
"Type": "Package",
"Title": "Disease Ontology Semantic and Enrichment analysis",
"Authors@R": "c( person(given = \"Guangchuang\", family = \"Yu\", email = \"guangchuangyu@gmail.com\", role = c(\"aut\", \"cre\")), person(given = \"Li-Gen\", family = \"Wang\", email = \"reeganwang020@gmail.com\", role = \"ctb\"), person(given = \"Vladislav\", family = \"Petyuk\", email = \"petyuk@gmail.com\", role = \"ctb\"), person(given = \"Giovanni\", family = \"Dall'Olio\", email = \"giovanni.dallolio@upf.edu\", role = \"ctb\"), person(given = \"Erqiang\", family = \"Hu\", email = \"13766876214@163.com\", role = \"ctb\"))",
"Maintainer": "Guangchuang Yu <guangchuangyu@gmail.com>",
"Description": "This package implements five methods proposed by Resnik, Schlicker, Jiang, Lin and Wang respectively for measuring semantic similarities among DO terms and gene products. Enrichment analyses including hypergeometric model and gene set enrichment analysis are also implemented for discovering disease associations of high-throughput biological data.",
"Depends": [
"R (>= 3.5.0)"
],
"Imports": [
"AnnotationDbi",
"HDO.db",
"BiocParallel",
"fgsea",
"ggplot2",
"GOSemSim (>= 2.27.1)",
"methods",
"qvalue",
"reshape2",
"stats",
"utils",
"yulab.utils"
],
"Suggests": [
"prettydoc",
"clusterProfiler",
"gson (>= 0.0.5)",
"knitr",
"rmarkdown",
"org.Hs.eg.db",
"MPO.db",
"HPO.db",
"testthat"
],
"VignetteBuilder": "knitr",
"ByteCompile": "true",
"License": "Artistic-2.0",
"Encoding": "UTF-8",
"URL": "https://yulab-smu.top/biomedical-knowledge-mining-book/",
"BugReports": "https://github.com/GuangchuangYu/DOSE/issues",
"biocViews": "Annotation, Visualization, MultipleComparison, GeneSetEnrichment, Pathways, Software",
"RoxygenNote": "7.2.3",
"git_url": "https://git.bioconductor.org/packages/DOSE",
"git_branch": "RELEASE_3_18",
"git_last_commit": "9e236d9",
"git_last_commit_date": "2023-12-10",
"NeedsCompilation": "no",
"Author": "Guangchuang Yu [aut, cre], Li-Gen Wang [ctb], Vladislav Petyuk [ctb], Giovanni Dall'Olio [ctb], Erqiang Hu [ctb]"
},
"DT": {
"Package": "DT",
"Version": "0.33",
"Source": "Repository",
"Type": "Package",
"Title": "A Wrapper of the JavaScript Library 'DataTables'",
"Authors@R": "c( person(\"Yihui\", \"Xie\", role = \"aut\"), person(\"Joe\", \"Cheng\", email = \"joe@posit.co\", role = c(\"aut\", \"cre\")), person(\"Xianying\", \"Tan\", role = \"aut\"), person(\"JJ\", \"Allaire\", role = \"ctb\"), person(\"Maximilian\", \"Girlich\", role = \"ctb\"), person(\"Greg\", \"Freedman Ellis\", role = \"ctb\"), person(\"Johannes\", \"Rauh\", role = \"ctb\"), person(\"SpryMedia Limited\", role = c(\"ctb\", \"cph\"), comment = \"DataTables in htmlwidgets/lib\"), person(\"Brian\", \"Reavis\", role = c(\"ctb\", \"cph\"), comment = \"selectize.js in htmlwidgets/lib\"), person(\"Leon\", \"Gersen\", role = c(\"ctb\", \"cph\"), comment = \"noUiSlider in htmlwidgets/lib\"), person(\"Bartek\", \"Szopka\", role = c(\"ctb\", \"cph\"), comment = \"jquery.highlight.js in htmlwidgets/lib\"), person(\"Alex\", \"Pickering\", role = c(\"ctb\")), person(\"William\", \"Holmes\", role = c(\"ctb\")), person(\"Mikko\", \"Marttila\", role = c(\"ctb\")), person(\"Andres\", \"Quintero\", role = c(\"ctb\")), person(\"Stéphane\", \"Laurent\", role = c(\"ctb\")), person(given = \"Posit Software, PBC\", role = c(\"cph\", \"fnd\")) )",
"Description": "Data objects in R can be rendered as HTML tables using the JavaScript library 'DataTables' (typically via R Markdown or Shiny). The 'DataTables' library has been included in this R package. The package name 'DT' is an abbreviation of 'DataTables'.",
"URL": "https://github.com/rstudio/DT",
"BugReports": "https://github.com/rstudio/DT/issues",
"License": "GPL-3 | file LICENSE",
"Imports": [
"htmltools (>= 0.3.6)",
"htmlwidgets (>= 1.3)",
"httpuv",
"jsonlite (>= 0.9.16)",
"magrittr",
"crosstalk",
"jquerylib",
"promises"
],
"Suggests": [
"knitr (>= 1.8)",
"rmarkdown",
"shiny (>= 1.6)",
"bslib",
"future",
"testit",
"tibble"
],
"VignetteBuilder": "knitr",
"RoxygenNote": "7.3.1",
"Encoding": "UTF-8",
"NeedsCompilation": "no",
"Author": "Yihui Xie [aut], Joe Cheng [aut, cre], Xianying Tan [aut], JJ Allaire [ctb], Maximilian Girlich [ctb], Greg Freedman Ellis [ctb], Johannes Rauh [ctb], SpryMedia Limited [ctb, cph] (DataTables in htmlwidgets/lib), Brian Reavis [ctb, cph] (selectize.js in htmlwidgets/lib), Leon Gersen [ctb, cph] (noUiSlider in htmlwidgets/lib), Bartek Szopka [ctb, cph] (jquery.highlight.js in htmlwidgets/lib), Alex Pickering [ctb], William Holmes [ctb], Mikko Marttila [ctb], Andres Quintero [ctb], Stéphane Laurent [ctb], Posit Software, PBC [cph, fnd]",
"Maintainer": "Joe Cheng <joe@posit.co>",
"Repository": "CRAN"
},
"Deriv": {
"Package": "Deriv",
"Version": "4.1.6",
"Source": "Repository",
"Type": "Package",
"Title": "Symbolic Differentiation",
"Date": "2024-09-12",
"Authors@R": "c(person(given=\"Andrew\", family=\"Clausen\", role=\"aut\"), person(given=\"Serguei\", family=\"Sokol\", role=c(\"aut\", \"cre\"), email=\"sokol@insa-toulouse.fr\", comment = c(ORCID = \"0000-0002-5674-3327\")), person(given=\"Andreas\", family=\"Rappold\", role=\"ctb\", email=\"arappold@gmx.at\"))",
"Description": "R-based solution for symbolic differentiation. It admits user-defined function as well as function substitution in arguments of functions to be differentiated. Some symbolic simplification is part of the work.",
"License": "GPL (>= 3)",
"Suggests": [
"testthat (>= 0.11.0)"
],
"BugReports": "https://github.com/sgsokol/Deriv/issues",
"RoxygenNote": "7.3.1",
"Imports": [
"methods"
],
"NeedsCompilation": "no",
"Author": "Andrew Clausen [aut], Serguei Sokol [aut, cre] (<https://orcid.org/0000-0002-5674-3327>), Andreas Rappold [ctb]",
"Maintainer": "Serguei Sokol <sokol@insa-toulouse.fr>",
"Repository": "RSPM",
"Encoding": "UTF-8"
},
"Formula": {
"Package": "Formula",
"Version": "1.2-5",
"Source": "Repository",
"Date": "2023-02-23",
"Title": "Extended Model Formulas",
"Description": "Infrastructure for extended formulas with multiple parts on the right-hand side and/or multiple responses on the left-hand side (see <doi:10.18637/jss.v034.i01>).",
"Authors@R": "c(person(given = \"Achim\", family = \"Zeileis\", role = c(\"aut\", \"cre\"), email = \"Achim.Zeileis@R-project.org\", comment = c(ORCID = \"0000-0003-0918-3766\")), person(given = \"Yves\", family = \"Croissant\", role = \"aut\", email = \"Yves.Croissant@univ-reunion.fr\"))",
"Depends": [
"R (>= 2.0.0)",
"stats"
],
"License": "GPL-2 | GPL-3",
"NeedsCompilation": "no",
"Author": "Achim Zeileis [aut, cre] (<https://orcid.org/0000-0003-0918-3766>), Yves Croissant [aut]",
"Maintainer": "Achim Zeileis <Achim.Zeileis@R-project.org>",
"Repository": "RSPM",
"Encoding": "UTF-8"
},
"GO.db": {
"Package": "GO.db",
"Version": "3.18.0",
"Source": "Bioconductor",
"Title": "A set of annotation maps describing the entire Gene Ontology",
"Description": "A set of annotation maps describing the entire Gene Ontology assembled using data from GO",
"Author": "Marc Carlson",
"Maintainer": "Bioconductor Package Maintainer <maintainer@bioconductor.org>",
"Depends": [
"R (>= 2.7.0)",
"methods",
"AnnotationDbi (>= 1.63.2)"
],
"Suggests": [
"DBI"
],
"License": "Artistic-2.0",
"biocViews": "AnnotationData, FunctionalAnnotation",
"NeedsCompilation": "no"
},
"GOSemSim": {
"Package": "GOSemSim",
"Version": "2.28.1",
"Source": "Bioconductor",
"Type": "Package",
"Title": "GO-terms Semantic Similarity Measures",
"Authors@R": "c( person(given = \"Guangchuang\", family = \"Yu\", email = \"guangchuangyu@gmail.com\", role = c(\"aut\", \"cre\")), person(given = \"Alexey\", family = \"Stukalov\", email = \"astukalov@gmail.com\", role = \"ctb\"), person(given= \"Pingfan\", family = \"Guo\", email = \"1178431277@qq.com\", role = \"ctb\"), person(given = \"Chuanle\", family = \"Xiao\", email = \"xiaochuanle@126.com\", role = \"ctb\"), person(given = \"Lluís\", family = \"Revilla Sancho\", email = \"lluis.revilla@gmail.com\", role = \"ctb\") )",
"Maintainer": "Guangchuang Yu <guangchuangyu@gmail.com>",
"Description": "The semantic comparisons of Gene Ontology (GO) annotations provide quantitative ways to compute similarities between genes and gene groups, and have became important basis for many bioinformatics analysis approaches. GOSemSim is an R package for semantic similarity computation among GO terms, sets of GO terms, gene products and gene clusters. GOSemSim implemented five methods proposed by Resnik, Schlicker, Jiang, Lin and Wang respectively.",
"Depends": [
"R (>= 3.5.0)"
],
"LinkingTo": [
"Rcpp"
],
"Imports": [
"AnnotationDbi",
"GO.db",
"methods",
"rlang",
"stats",
"utils",
"yulab.utils"
],
"Suggests": [
"AnnotationHub",
"BiocManager",
"clusterProfiler",
"DOSE",
"knitr",
"readr",
"rmarkdown",
"org.Hs.eg.db",
"prettydoc",
"testthat",
"tidyr",
"tidyselect",
"ROCR"
],
"VignetteBuilder": "knitr",
"ByteCompile": "true",
"License": "Artistic-2.0",
"Encoding": "UTF-8",
"URL": "https://yulab-smu.top/biomedical-knowledge-mining-book/",
"BugReports": "https://github.com/YuLab-SMU/GOSemSim/issues",
"biocViews": "Annotation, GO, Clustering, Pathways, Network, Software",
"RoxygenNote": "7.2.3",
"git_url": "https://git.bioconductor.org/packages/GOSemSim",
"git_branch": "RELEASE_3_18",
"git_last_commit": "84618af",
"git_last_commit_date": "2024-01-16",
"Repository": "Bioconductor 3.18",
"NeedsCompilation": "yes",
"Author": "Guangchuang Yu [aut, cre], Alexey Stukalov [ctb], Pingfan Guo [ctb], Chuanle Xiao [ctb], Lluís Revilla Sancho [ctb]"
},
"GenomeInfoDb": {
"Package": "GenomeInfoDb",
"Version": "1.38.8",
"Source": "Bioconductor",
"Title": "Utilities for manipulating chromosome names, including modifying them to follow a particular naming style",
"Description": "Contains data and functions that define and allow translation between different chromosome sequence naming conventions (e.g., \"chr1\" versus \"1\"), including a function that attempts to place sequence names in their natural, rather than lexicographic, order.",
"biocViews": "Genetics, DataRepresentation, Annotation, GenomeAnnotation",
"URL": "https://bioconductor.org/packages/GenomeInfoDb",
"Video": "http://youtu.be/wdEjCYSXa7w",
"BugReports": "https://github.com/Bioconductor/GenomeInfoDb/issues",
"License": "Artistic-2.0",
"Encoding": "UTF-8",
"Authors@R": "c( person(\"Sonali\", \"Arora\", role=\"aut\"), person(\"Martin\", \"Morgan\", role=\"aut\"), person(\"Marc\", \"Carlson\", role=\"aut\"), person(\"Hervé\", \"Pagès\", role=c(\"aut\", \"cre\"), email=\"hpages.on.github@gmail.com\"), person(\"Prisca Chidimma\", \"Maduka\", role=\"ctb\"), person(\"Atuhurira Kirabo\", \"Kakopo\", role=\"ctb\"), person(\"Haleema\", \"Khan\", role=\"ctb\", comment=\"vignette translation from Sweave to Rmarkdown / HTML\"), person(\"Emmanuel Chigozie\", \"Elendu\", role=\"ctb\"))",
"Depends": [
"R (>= 4.0.0)",
"methods",
"BiocGenerics (>= 0.37.0)",
"S4Vectors (>= 0.25.12)",
"IRanges (>= 2.13.12)"
],
"Imports": [
"stats",
"stats4",
"utils",
"RCurl",
"GenomeInfoDbData"
],
"Suggests": [
"R.utils",
"data.table",
"GenomicRanges",
"Rsamtools",
"GenomicAlignments",
"GenomicFeatures",
"BSgenome",
"TxDb.Dmelanogaster.UCSC.dm3.ensGene",
"BSgenome.Scerevisiae.UCSC.sacCer2",
"BSgenome.Celegans.UCSC.ce2",
"BSgenome.Hsapiens.NCBI.GRCh38",
"RUnit",
"BiocStyle",
"knitr"
],
"VignetteBuilder": "knitr",
"Collate": "utils.R fetch_table_from_Ensembl_FTP.R list_ftp_dir.R rankSeqlevels.R NCBI-utils.R UCSC-utils.R Ensembl-utils.R getChromInfoFromNCBI.R getChromInfoFromUCSC.R getChromInfoFromEnsembl.R loadTaxonomyDb.R mapGenomeBuilds.R seqinfo.R Seqinfo-class.R seqlevelsStyle.R seqlevels-wrappers.R GenomeDescription-class.R zzz.R",
"git_url": "https://git.bioconductor.org/packages/GenomeInfoDb",
"git_branch": "RELEASE_3_18",
"git_last_commit": "21c97fc",
"git_last_commit_date": "2024-03-14",
"Repository": "Bioconductor 3.18",
"NeedsCompilation": "no",
"Author": "Sonali Arora [aut], Martin Morgan [aut], Marc Carlson [aut], Hervé Pagès [aut, cre], Prisca Chidimma Maduka [ctb], Atuhurira Kirabo Kakopo [ctb], Haleema Khan [ctb] (vignette translation from Sweave to Rmarkdown / HTML), Emmanuel Chigozie Elendu [ctb]",
"Maintainer": "Hervé Pagès <hpages.on.github@gmail.com>"
},
"GenomeInfoDbData": {
"Package": "GenomeInfoDbData",
"Version": "1.2.11",
"Source": "Bioconductor",
"Title": "Species and taxonomy ID look up tables used by GenomeInfoDb",
"Description": "Files for mapping between NCBI taxonomy ID and species. Used by functions in the GenomeInfoDb package.",
"Author": "Bioconductor Core Team",
"Maintainer": "Bioconductor Maintainer <maintainer@bioconductor.org>",
"Depends": [
"R (>= 3.5.0)"
],
"biocViews": "AnnotationData, Organism",
"License": "Artistic-2.0",
"NeedsCompilation": "no"
},
"HDO.db": {
"Package": "HDO.db",
"Version": "0.99.1",
"Source": "Bioconductor",
"Type": "Package",
"Title": "A set of annotation maps describing the entire Human Disease Ontology",
"Authors@R": "c( person(given = \"Erqiang\", family = \"Hu\", email = \"13766876214@163.com\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0002-1798-7513\")), person(\"Guangchuang\", \"Yu\", email = \"guangchuangyu@gmail.com\", role = c(\"aut\", \"ctb\"), comment = c(ORCID = \"0000-0002-6485-8781\")) )",
"Description": "A set of annotation maps describing the entire Human Disease Ontology assembled using data from DO. Its annotation data comes from https://github.com/DiseaseOntology/HumanDiseaseOntology/tree/main/src/ontology.",
"License": "Artistic-2.0",
"BugReports": "https://github.com/YuLab-SMU/HDO.db/issues",
"biocViews": "AnnotationData, FunctionalAnnotation",
"Encoding": "UTF-8",
"RoxygenNote": "7.2.1",
"Depends": [
"R (>= 4.2.0)"
],
"Imports": [
"AnnotationDbi",
"methods",
"utils"
],
"Suggests": [
"rmarkdown",
"knitr",
"testthat (>= 3.0.0)"
],
"VignetteBuilder": "knitr",
"Config/testthat/edition": "3",
"NeedsCompilation": "no",
"Author": "Erqiang Hu [aut, cre] (<https://orcid.org/0000-0002-1798-7513>), Guangchuang Yu [aut, ctb] (<https://orcid.org/0000-0002-6485-8781>)",
"Maintainer": "Erqiang Hu <13766876214@163.com>"
},
"IRanges": {
"Package": "IRanges",
"Version": "2.36.0",
"Source": "Bioconductor",
"Title": "Foundation of integer range manipulation in Bioconductor",
"Description": "Provides efficient low-level and highly reusable S4 classes for storing, manipulating and aggregating over annotated ranges of integers. Implements an algebra of range operations, including efficient algorithms for finding overlaps and nearest neighbors. Defines efficient list-like classes for storing, transforming and aggregating large grouped data, i.e., collections of atomic vectors and DataFrames.",
"biocViews": "Infrastructure, DataRepresentation",
"URL": "https://bioconductor.org/packages/IRanges",
"BugReports": "https://github.com/Bioconductor/IRanges/issues",
"License": "Artistic-2.0",
"Encoding": "UTF-8",
"Authors@R": "c( person(\"Hervé\", \"Pagès\", role=c(\"aut\", \"cre\"), email=\"hpages.on.github@gmail.com\"), person(\"Patrick\", \"Aboyoun\", role=\"aut\"), person(\"Michael\", \"Lawrence\", role=\"aut\"))",
"Depends": [
"R (>= 4.0.0)",
"methods",
"utils",
"stats",
"BiocGenerics (>= 0.39.2)",
"S4Vectors (>= 0.33.3)"
],
"Imports": [
"stats4"
],
"LinkingTo": [
"S4Vectors"
],
"Suggests": [
"XVector",
"GenomicRanges",
"Rsamtools",
"GenomicAlignments",
"GenomicFeatures",
"BSgenome.Celegans.UCSC.ce2",
"pasillaBamSubset",
"RUnit",
"BiocStyle"
],
"Collate": "range-squeezers.R Vector-class-leftovers.R DataFrameList-class.R DataFrameList-utils.R AtomicList-class.R AtomicList-utils.R Ranges-and-RangesList-classes.R IPosRanges-class.R IPosRanges-comparison.R IntegerRangesList-class.R IRanges-class.R IRanges-constructor.R IRanges-utils.R Rle-class-leftovers.R IPos-class.R subsetting-utils.R Grouping-class.R Views-class.R RleViews-class.R RleViews-utils.R extractList.R seqapply.R multisplit.R SimpleGrouping-class.R IRangesList-class.R IPosList-class.R ViewsList-class.R RleViewsList-class.R RleViewsList-utils.R RangedSelection-class.R MaskCollection-class.R read.Mask.R CompressedList-class.R CompressedList-comparison.R CompressedHitsList-class.R CompressedDataFrameList-class.R CompressedAtomicList-class.R CompressedGrouping-class.R CompressedRangesList-class.R Hits-class-leftovers.R NCList-class.R findOverlaps-methods.R windows-methods.R intra-range-methods.R inter-range-methods.R reverse-methods.R coverage-methods.R cvg-methods.R slice-methods.R setops-methods.R nearest-methods.R cbind-Rle-methods.R tile-methods.R extractListFragments.R zzz.R",
"git_url": "https://git.bioconductor.org/packages/IRanges",
"git_branch": "RELEASE_3_18",
"git_last_commit": "1dabee3",
"git_last_commit_date": "2023-10-24",
"NeedsCompilation": "yes",
"Author": "Hervé Pagès [aut, cre], Patrick Aboyoun [aut], Michael Lawrence [aut]",
"Maintainer": "Hervé Pagès <hpages.on.github@gmail.com>"
},
"KEGGREST": {
"Package": "KEGGREST",
"Version": "1.42.0",
"Source": "Bioconductor",
"Title": "Client-side REST access to the Kyoto Encyclopedia of Genes and Genomes (KEGG)",
"Authors@R": "c( person(\"Dan\", \"Tenenbaum\", role = \"aut\"), person(\"Jeremy\", \"Volkening\", role = \"ctb\"), person( \"Bioconductor Package\", \"Maintainer\", email = \"maintainer@bioconductor.org\", role = c(\"aut\", \"cre\")) )",
"Depends": [
"R (>= 3.5.0)"
],
"Imports": [
"methods",
"httr",
"png",
"Biostrings"
],
"Suggests": [
"RUnit",
"BiocGenerics",
"knitr",
"markdown"
],
"Description": "A package that provides a client interface to the Kyoto Encyclopedia of Genes and Genomes (KEGG) REST server. Based on KEGGSOAP by J. Zhang, R. Gentleman, and Marc Carlson, and KEGG (python package) by Aurelien Mazurie.",
"License": "Artistic-2.0",
"VignetteBuilder": "knitr",
"biocViews": "Annotation, Pathways, ThirdPartyClient, KEGG",
"RoxygenNote": "7.1.1",
"git_url": "https://git.bioconductor.org/packages/KEGGREST",
"git_branch": "RELEASE_3_18",
"git_last_commit": "2676f9d",
"git_last_commit_date": "2023-10-24",
"NeedsCompilation": "no",
"Author": "Dan Tenenbaum [aut], Jeremy Volkening [ctb], Bioconductor Package Maintainer [aut, cre]",
"Maintainer": "Bioconductor Package Maintainer <maintainer@bioconductor.org>"
},
"MASS": {
"Package": "MASS",
"Version": "7.3-60.0.1",
"Source": "Repository",
"Priority": "recommended",
"Date": "2024-01-12",
"Revision": "$Rev: 3621 $",
"Depends": [
"R (>= 4.0)",
"grDevices",
"graphics",
"stats",
"utils"
],
"Imports": [
"methods"
],
"Suggests": [
"lattice",
"nlme",
"nnet",
"survival"
],
"Authors@R": "c(person(\"Brian\", \"Ripley\", role = c(\"aut\", \"cre\", \"cph\"), email = \"ripley@stats.ox.ac.uk\"), person(\"Bill\", \"Venables\", role = \"ctb\"), person(c(\"Douglas\", \"M.\"), \"Bates\", role = \"ctb\"), person(\"Kurt\", \"Hornik\", role = \"trl\", comment = \"partial port ca 1998\"), person(\"Albrecht\", \"Gebhardt\", role = \"trl\", comment = \"partial port ca 1998\"), person(\"David\", \"Firth\", role = \"ctb\"))",
"Description": "Functions and datasets to support Venables and Ripley, \"Modern Applied Statistics with S\" (4th edition, 2002).",
"Title": "Support Functions and Datasets for Venables and Ripley's MASS",
"LazyData": "yes",
"ByteCompile": "yes",
"License": "GPL-2 | GPL-3",
"URL": "http://www.stats.ox.ac.uk/pub/MASS4/",
"Contact": "<MASS@stats.ox.ac.uk>",
"NeedsCompilation": "yes",
"Author": "Brian Ripley [aut, cre, cph], Bill Venables [ctb], Douglas M. Bates [ctb], Kurt Hornik [trl] (partial port ca 1998), Albrecht Gebhardt [trl] (partial port ca 1998), David Firth [ctb]",
"Maintainer": "Brian Ripley <ripley@stats.ox.ac.uk>",
"Repository": "CRAN"
},
"Matrix": {
"Package": "Matrix",
"Version": "1.6-5",
"Source": "Repository",
"VersionNote": "do also bump src/version.h, inst/include/Matrix/version.h",
"Date": "2024-01-06",
"Priority": "recommended",
"Title": "Sparse and Dense Matrix Classes and Methods",
"Description": "A rich hierarchy of sparse and dense matrix classes, including general, symmetric, triangular, and diagonal matrices with numeric, logical, or pattern entries. Efficient methods for operating on such matrices, often wrapping the 'BLAS', 'LAPACK', and 'SuiteSparse' libraries.",
"License": "GPL (>= 2) | file LICENCE",
"URL": "https://Matrix.R-forge.R-project.org",
"BugReports": "https://R-forge.R-project.org/tracker/?atid=294&group_id=61",
"Contact": "Matrix-authors@R-project.org",
"Authors@R": "c(person(\"Douglas\", \"Bates\", role = \"aut\", comment = c(ORCID = \"0000-0001-8316-9503\")), person(\"Martin\", \"Maechler\", role = c(\"aut\", \"cre\"), email = \"mmaechler+Matrix@gmail.com\", comment = c(ORCID = \"0000-0002-8685-9910\")), person(\"Mikael\", \"Jagan\", role = \"aut\", comment = c(ORCID = \"0000-0002-3542-2938\")), person(\"Timothy A.\", \"Davis\", role = \"ctb\", comment = c(ORCID = \"0000-0001-7614-6899\", \"SuiteSparse libraries, notably CHOLMOD and AMD\", \"collaborators listed in dir(pattern=\\\"^[A-Z]+[.]txt$\\\", full.names=TRUE, system.file(\\\"doc\\\", \\\"SuiteSparse\\\", package=\\\"Matrix\\\"))\")), person(\"Jens\", \"Oehlschlägel\", role = \"ctb\", comment = \"initial nearPD()\"), person(\"Jason\", \"Riedy\", role = \"ctb\", comment = c(ORCID = \"0000-0002-4345-4200\", \"GNU Octave's condest() and onenormest()\", \"Copyright: Regents of the University of California\")), person(\"R Core Team\", role = \"ctb\", comment = \"base R's matrix implementation\"))",
"Depends": [
"R (>= 3.5.0)",
"methods"
],
"Imports": [
"grDevices",
"graphics",
"grid",
"lattice",
"stats",
"utils"
],
"Suggests": [
"MASS",
"datasets",
"sfsmisc",
"tools"
],
"Enhances": [
"SparseM",
"graph"
],
"LazyData": "no",
"LazyDataNote": "not possible, since we use data/*.R and our S4 classes",
"BuildResaveData": "no",
"Encoding": "UTF-8",
"NeedsCompilation": "yes",
"Author": "Douglas Bates [aut] (<https://orcid.org/0000-0001-8316-9503>), Martin Maechler [aut, cre] (<https://orcid.org/0000-0002-8685-9910>), Mikael Jagan [aut] (<https://orcid.org/0000-0002-3542-2938>), Timothy A. Davis [ctb] (<https://orcid.org/0000-0001-7614-6899>, SuiteSparse libraries, notably CHOLMOD and AMD, collaborators listed in dir(pattern=\"^[A-Z]+[.]txt$\", full.names=TRUE, system.file(\"doc\", \"SuiteSparse\", package=\"Matrix\"))), Jens Oehlschlägel [ctb] (initial nearPD()), Jason Riedy [ctb] (<https://orcid.org/0000-0002-4345-4200>, GNU Octave's condest() and onenormest(), Copyright: Regents of the University of California), R Core Team [ctb] (base R's matrix implementation)",
"Maintainer": "Martin Maechler <mmaechler+Matrix@gmail.com>",
"Repository": "CRAN"
},
"MatrixModels": {
"Package": "MatrixModels",
"Version": "0.5-4",
"Source": "Repository",
"VersionNote": "Released 0.5-3 on 2023-11-06",
"Date": "2025-03-25",
"Title": "Modelling with Sparse and Dense Matrices",
"Contact": "Matrix-authors@R-project.org",
"Authors@R": "c( person(\"Douglas\", \"Bates\", role = \"aut\", email = \"bates@stat.wisc.edu\", comment = c(ORCID = \"0000-0001-8316-9503\")), person(\"Martin\", \"Maechler\", role = c(\"aut\", \"cre\"), email = \"mmaechler+Matrix@gmail.com\", comment = c(ORCID = \"0000-0002-8685-9910\")))",
"Description": "Generalized Linear Modelling with sparse and dense 'Matrix' matrices, using modular prediction and response module classes.",
"Depends": [
"R (>= 3.6.0)"
],
"Imports": [
"stats",
"methods",
"Matrix (>= 1.6-0)",
"Matrix(< 1.8-0)"
],
"ImportsNote": "_not_yet_stats4",
"Encoding": "UTF-8",
"LazyLoad": "yes",
"License": "GPL (>= 2)",
"URL": "https://Matrix.R-forge.R-project.org/, https://r-forge.r-project.org/R/?group_id=61",
"BugReports": "https://R-forge.R-project.org/tracker/?func=add&atid=294&group_id=61",
"NeedsCompilation": "no",
"Author": "Douglas Bates [aut] (<https://orcid.org/0000-0001-8316-9503>), Martin Maechler [aut, cre] (<https://orcid.org/0000-0002-8685-9910>)",
"Maintainer": "Martin Maechler <mmaechler+Matrix@gmail.com>",
"Repository": "RSPM"
},
"OlinkAnalyze": {
"Package": "OlinkAnalyze",
"Version": "4.2.0",
"Source": "Repository",
"Type": "Package",
"Title": "Facilitate Analysis of Proteomic Data from Olink",
"Authors@R": "c( person(\"Kathleen\", \"Nevola\", , \"biostattools@olink.com\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0002-5183-6444\", \"kathy-nevola\")), person(\"Marianne\", \"Sandin\", role = \"aut\", comment = c(ORCID = \"0000-0001-6186-963X\", \"marisand\")), person(\"Jamey\", \"Guess\", role = \"aut\", comment = c(ORCID = \"0000-0002-4017-0923\", \"jrguess\")), person(\"Simon\", \"Forsberg\", role = \"aut\", comment = c(ORCID = \"0000-0002-7451-9222\", \"simfor\")), person(\"Christoffer\", \"Cambronero\", role = \"aut\", comment = c(\"Orbmac\")), person(\"Pascal\", \"Pucholt\", role = \"aut\", comment = c(ORCID = \"0000-0003-3342-1373\", \"AskPascal\")), person(\"Boxi\", \"Zhang\", role = \"aut\", comment = c(ORCID = \"0000-0001-7758-6204\", \"boxizhang\")), person(\"Masoumeh\", \"Sheikhi\", role = \"aut\", comment = c(\"MasoumehSheikhi\")), person(\"Klev\", \"Diamanti\", role = \"aut\", comment = c(ORCID = \"0000-0002-4922-8415\", \"klevdiamanti\")), person(\"Amrita\", \"Kar\", role = \"aut\", comment = c(\"amrita-kar\")), person(\"Lei\", \"Conze\", role = \"aut\", comment = c(\"leiliuC\")), person(\"Kristyn\", \"Chin\", role = \"aut\", comment = c(\"kristynchin-olink\")), person(\"Danai\", \"Topouza\", role = \"aut\", comment = c(\"dtopouza\", ORCID = \"0000-0002-6897-9281\")), person(\"Stephen\", \"Pollo\", role = \"aut\", comment = c(\"spollo-olprot\", ORCID = \"0000-0001-9252-4976\")), person(\"Kang\", \"Dong\", role = \"aut\", comment = c(\"KangD-dev\", ORCID = \"0000-0002-4567-5007\")), person(\"Kristian\", \"Hodén\", role = \"ctb\", comment = c(ORCID = \"0000-0003-0354-0662\", \"kristianHoden\")), person(\"Per\", \"Eriksson\", role = \"ctb\", comment = c(ORCID = \"0000-0001-7633-403X\", \"b_watcher\")), person(\"Nicola\", \"Moloney\", role = \"ctb\", comment = c(ORCID = \"0000-0003-4967-3284\")), person(\"Britta\", \"Lötstedt\", role = \"ctb\", comment = c(ORCID = \"0000-0003-3545-5489\")), person(\"Emmett\", \"Sprecher\", role = \"ctb\", comment = c(ORCID = \"0000-0002-7710-695X\")), person(\"Jessica\", \"Barbagallo\", role = \"ctb\", comment = c(\"jbarbagallo\")), person(\"Olof\", \"Mansson\", role = \"ctr\", comment = c(\"olofmansson\")), person(\"Ola\", \"Caster\", role = \"ctb\", comment = c(\"OlaCaster\")), person(\"Olink\", role = c(\"cph\", \"fnd\")) )",
"Description": "A collection of functions to facilitate analysis of proteomic data from Olink, primarily NPX data that has been exported from Olink Software. The functions also work on QUANT data from Olink by log- transforming the QUANT data. The functions are focused on reading data, facilitating data wrangling and quality control analysis, performing statistical analysis and generating figures to visualize the results of the statistical analysis. The goal of this package is to help users extract biological insights from proteomic data run on the Olink platform.",
"License": "AGPL (>= 3)",
"Contact": "biostattools@olink.com",
"Depends": [
"R (>= 4.1.0)"
],
"Imports": [
"broom",
"car",
"cli (>= 3.6.2)",
"dplyr (>= 1.1.1)",
"data.table",
"emmeans",
"forcats",
"generics",
"ggplot2",
"ggpubr",
"ggrepel",
"grDevices",
"grid",
"magrittr",
"methods",
"readxl",
"rlang",
"rstatix",
"stats",
"stringr",
"tibble",
"tidyr",
"tidyselect",
"tools",
"utils"
],
"Suggests": [
"arrow",
"clusterProfiler",
"extrafont",
"FSA",
"ggplotify",
"kableExtra",
"knitr",
"lme4",
"lmerTest",
"markdown",
"msigdbr",
"openssl",
"ordinal",
"pheatmap",
"rmarkdown",
"scales",
"systemfonts",
"testthat (>= 3.0.0)",
"umap",
"vdiffr",
"withr",
"zip"
],
"VignetteBuilder": "kableExtra, knitr",
"Config/testthat/edition": "3",
"Encoding": "UTF-8",
"LazyData": "true",
"RoxygenNote": "7.3.2",
"URL": "https://olink.com/ https://github.com/Olink-Proteomics/OlinkRPackage",
"NeedsCompilation": "no",
"Author": "Kathleen Nevola [aut, cre] (<https://orcid.org/0000-0002-5183-6444>, kathy-nevola), Marianne Sandin [aut] (<https://orcid.org/0000-0001-6186-963X>, marisand), Jamey Guess [aut] (<https://orcid.org/0000-0002-4017-0923>, jrguess), Simon Forsberg [aut] (<https://orcid.org/0000-0002-7451-9222>, simfor), Christoffer Cambronero [aut] (Orbmac), Pascal Pucholt [aut] (<https://orcid.org/0000-0003-3342-1373>, AskPascal), Boxi Zhang [aut] (<https://orcid.org/0000-0001-7758-6204>, boxizhang), Masoumeh Sheikhi [aut] (MasoumehSheikhi), Klev Diamanti [aut] (<https://orcid.org/0000-0002-4922-8415>, klevdiamanti), Amrita Kar [aut] (amrita-kar), Lei Conze [aut] (leiliuC), Kristyn Chin [aut] (kristynchin-olink), Danai Topouza [aut] (dtopouza, <https://orcid.org/0000-0002-6897-9281>), Stephen Pollo [aut] (spollo-olprot, <https://orcid.org/0000-0001-9252-4976>), Kang Dong [aut] (KangD-dev, <https://orcid.org/0000-0002-4567-5007>), Kristian Hodén [ctb] (<https://orcid.org/0000-0003-0354-0662>, kristianHoden), Per Eriksson [ctb] (<https://orcid.org/0000-0001-7633-403X>, b_watcher), Nicola Moloney [ctb] (<https://orcid.org/0000-0003-4967-3284>), Britta Lötstedt [ctb] (<https://orcid.org/0000-0003-3545-5489>), Emmett Sprecher [ctb] (<https://orcid.org/0000-0002-7710-695X>), Jessica Barbagallo [ctb] (jbarbagallo), Olof Mansson [ctr] (olofmansson), Ola Caster [ctb] (OlaCaster), Olink [cph, fnd]",
"Maintainer": "Kathleen Nevola <biostattools@olink.com>",
"Repository": "RSPM"
},
"PKI": {
"Package": "PKI",