This site is a development preview. As such the content and styling may not be final and is subject to change before going into production. To see more information about the redesign click here.

Travel

This package is deprecated. It will probably be removed from Bioconductor. Please refer to the package end-of-life guidelines for more information.

This is the development version of Travel; for the stable release version, see Travel.

An utility to create an ALTREP object with a virtual pointer

Bioconductor version: Development (3.18)

Creates a virtual pointer for R's ALTREP object which does not have the data allocates in memory. The pointer is made by the file mapping of a virtual file so it behaves exactly the same as a regular pointer. All the requests to access the pointer will be sent to the underlying file system and eventually handled by a customized data-reading function. The main purpose of the package is to reduce the memory consumption when using R's vector to represent a large data. The use cases of the package include on-disk data representation, compressed vector(e.g. RLE) and etc.

Author: Jiefei Wang [aut, cre], Martin Morgan [aut]

Maintainer: Jiefei Wang <szwjf08 at gmail.com>

Citation (from within R, enter citation("Travel")):

Installation

To install this package, start R (version "4.3") and enter:

if (!require("BiocManager", quietly = TRUE))
    install.packages("BiocManager")

# The following initializes usage of Bioc devel
BiocManager::install(version='devel')

BiocManager::install("Travel")

For older versions of R, please refer to the appropriate Bioconductor release.

Documentation

Reference Manual PDF

Details

biocViews Infrastructure, Software
Version 1.9.1
In Bioconductor since BioC 3.13 (R-4.1) (2 years)
License GPL-3
Depends
Imports Rcpp
Linking To Rcpp
Suggests testthat, BiocStyle, knitr, rmarkdown, inline, parallel
System Requirements C++11 Windows: Dokan Linux&Mac: fuse, pkg-config
Enhances
URL https://github.com/Jiefei-Wang/Travel
Bug Reports https://github.com/Jiefei-Wang/Travel/issues
See More
Depends On Me
Imports Me
Suggests Me
Links To Me
Build Report  

Package Archives

Follow Installation instructions to use this package in your R session.

Source Package
Windows Binary
macOS Binary (x86_64)
macOS Binary (arm64)
Source Repository git clone https://git.bioconductor.org/packages/Travel
Source Repository (Developer Access) git clone git@git.bioconductor.org:packages/Travel
Package Short Url https://bioconductor.org/packages/Travel/
Package Downloads Report Download Stats