search for: rtracklay

Displaying 14 results from an estimated 14 matches for "rtracklay".

Did you mean: rtracklayer
2020 Jun 09
5
R 4.0.0 rebuild status
Over the last several days, I've been working hard to get all of the Fedora R packages rebuilt against R 4.0 in rawhide (in the F33-R-4 side tag). With the exception of R-biomaRt, R-BSgenome, R-GenomicAlignments, and R-rtracklayer, I believe everything is built and updated to the latest versions. And of those packages, they're all ready to go when Fedora infrastructure is working reliably again (the great datacenter migration has started and I can no longer git push). I'll also push R 4.0.1 into the tag when that...
2008 Dec 15
3
install.packages and dependency version checking
...started to implement checks for package versions on dependencies in install.packages(). However, this is revealing a number of problems/misconceptions. (A) We do not check versions when loading namespaces, ahd the namespace registry does not contain version information. So that for example (rtracklayer) Depends: R (>= 2.7.0), Biobase, methods, RCurl Imports: XML (>= 1.98-0), IRanges, Biostrings will never check the version of namespace XML that is loaded, either already loaded or resulting from loading this package's namespace. For this to be operational we would need to extend t...
2010 May 01
3
Resize Graphics Window
Need way to resize an existing graphics window. This should be applicable across platforms (as part of a package). Context: function1() draws main plot (I'm using grid), function2() adds smaller plot above main plot, but this one can sometimes overflow the original graphics window area. Thanks, Sigal
2020 Jun 09
0
R 4.0.0 rebuild status
...Tom Callaway <tcallawa at redhat.com> wrote: > > Over the last several days, I've been working hard to get all of the Fedora > R packages rebuilt against R 4.0 in rawhide (in the F33-R-4 side tag). With > the exception of R-biomaRt, R-BSgenome, R-GenomicAlignments, and > R-rtracklayer, I believe everything is built and updated to the latest > versions. And of those packages, they're all ready to go when Fedora > infrastructure is working reliably again (the great datacenter migration > has started and I can no longer git push). I'll also push R 4.0.1 into the...
2020 Jul 06
0
R 4.0.0 rebuild status
...n Tuesday, 9 June 2020 03.40.52 WEST Tom Callaway wrote: > Over the last several days, I've been working hard to get all of the Fedora > R packages rebuilt against R 4.0 in rawhide (in the F33-R-4 side tag). With > the exception of R-biomaRt, R-BSgenome, R-GenomicAlignments, and > R-rtracklayer, I believe everything is built and updated to the latest > versions. And of those packages, they're all ready to go when Fedora > infrastructure is working reliably again (the great datacenter migration > has started and I can no longer git push). I'll also push R 4.0.1 into the...
2008 Jul 25
1
Plink bed files
Hi All, does anyone know how to import binary .bed files generated by Plink (http://pngu.mgh.harvard.edu/~purcell/plink/ ) into R? the Plink FAQ explains how to conver other types of files, not the .bed. Cheers, Federico -- Federico C. F. Calboli Department of Epidemiology and Public Health Imperial College, St. Mary's Campus Norfolk Place, London W2 1PG Tel +44 (0)20 75941602 Fax
2010 Mar 01
0
Update 2 on MinGW-w64 builds for 64-bit Windows
...packages are failing on all 64-bit platforms in R-devel, and 21 further CRAN packages (plus Rgraphviz and a couple of Omegahat packages) are available on CRANextras after manual tweaking. At one point we had installed all the BioC dependencies of CRAN packages from the bioc-devel sources, but rtracklayer does not currently build on Windows. Thus there are ca 40 CRAN packages which have issues specific to 64-bit Windows. Most of these are due to dependencies which are currently unavailable because external software is not, notably BRugs rgdal rggobi and rjags. There are only four which fail...
2013 Oct 24
1
advise on Depends
This is about the new note Depends: includes the non-default packages: ‘BiocGenerics’ ‘Biobase’ ‘lattice’ ‘reshape’ ‘GenomicRanges’ ‘Biostrings’ ‘bumphunter’ Adding so many packages to the search path is excessive and importing selectively is preferable. Let us say my package A either uses a class B (by producing an object that has B embedded as a slot) from another package or provides a
2011 Oct 24
2
Comparing two gff/gtf files : de novo transcripts v/s reference
Hi All I am wondering if people based on their experience could share what methods one could use to compare two gff/gtf files. The reason why I want to do so is that we have constructed a RNA-Seq based transcriptome and would like to compare it with reference transcriptome we had from in-silico approaches. Ideally we are looking to find out 1. new genes we see 2. transcripts where the
2020 Jul 06
2
R 4.0.0 rebuild status
...2 WEST Tom Callaway wrote: > > Over the last several days, I've been working hard to get all of the > Fedora > > R packages rebuilt against R 4.0 in rawhide (in the F33-R-4 side tag). > With > > the exception of R-biomaRt, R-BSgenome, R-GenomicAlignments, and > > R-rtracklayer, I believe everything is built and updated to the latest > > versions. And of those packages, they're all ready to go when Fedora > > infrastructure is working reliably again (the great datacenter migration > > has started and I can no longer git push). I'll also push R...
2012 Apr 23
2
Overlay Gene Expression on SNP (copy number) data
Hello, Can anyone please suggest any packages in R that can be used to overlay gene expression data on SNP (affymetrix) copy number ? Thanks, Ekta Senior Research Associate Bioinformatics Department Jubilant Biosys Pvt Ltd, #96, Industrial Suburb, 2nd Stage Yeshwantpur, Bangalore 560 022 Ph No : +91-80-66628346 The information contained in this electronic message and in any attachments to this
2012 Apr 25
0
FW: [BioC] Overlay Gene Expression on SNP (copy number) data
...y packages like ggbio, Gviz, Rcytoscape.. it depends on how you plan to visualize your data, track-based? circular view? net work? and what format your data are? for example, in ggbio, it depends on what data you are using, you can arrange your data into GRanges manually or just provide data that rtracklayer supported like bed, then just use autoplot, it accepts different objects, like GRanges, IRanges, bamfiles or character... allow some transformation like coverage. For files like bed, it automatically use bar to represent your data and use score as y(you can specify other y). Function tracks() all...
2008 May 28
2
Unexpected behaviour in reading genomic coordinate files of R-2.7.0
Great R people, I have noticed a strange behaviour in read.delim() and friends in the R 2.7.0 version. I will describe you the problem and also the solution I already found, just to be sure it is an expected behaviour and also to tell people, who may experience the same difficulty, a way to overcome it. And also to see if it is a proper behaviour or maybe a correction is needed. Here is the
2019 Jul 04
2
Fwd: Fedora 31 System-Wide change proposal: Automatic R runtime dependencies
...-reshape2 * R-reticulate * R-rex * R-rgdal * R-rgeos * R-rhub * R-RInside * R-rlang * R-rlecuyer * R-RM2 * R-rmarkdown * R-R.methodsS3 * R-Rmpfr * R-ROC * R-RODBC * R-R.oo * R-roxygen2 * R-rprintf * R-rprojroot * R-R.rsp * R-Rsamtools * R-rsconnect * R-Rsolid * R-RSQLite * R-rstudioapi * R-rsvg * R-rtracklayer * R-RUnit * R-R.utils * R-rversions * R-rvest * R-S4Vectors * R-sandwich * R-scales * R-scatterplot3d * R-sciplot * R-selectr * R-sessioninfo * R-sfsmisc * R-shiny * R-showtext * R-showtextdb * R-simmer * R-snow * R-sodium * R-sourcetools * R-sp * R-spelling * R-statmod * R-statnet.common * R-str...