Movatterモバイル変換


[0]ホーム

URL:


Bioconductor 3.22 Released

Bioconductor home
Menu

DelayedDataFrame

This is thereleased version of DelayedDataFrame; for the devel version, seeDelayedDataFrame.

Delayed operation on DataFrame using standard DataFrame metaphor

Platform availability badgeRanking badgeSupport activity badgeYears in BioConductor badgeBuild results badgeLast commit badgeDependency count badge

DOI: 10.18129/B9.bioc.DelayedDataFrame


Bioconductor version: Release (3.22)

Based on the standard DataFrame metaphor, we are trying to implement the feature of delayed operation on the DelayedDataFrame, with a slot of lazyIndex, which saves the mapping indexes for each column of DelayedDataFrame. Methods like show, validity check, [/[[ subsetting, rbind/cbind are implemented for DelayedDataFrame to be operated around lazyIndex. The listData slot stays untouched until a realization call e.g., DataFrame constructor OR as.list() is invoked.

Author: Qian Liu [aut, cre], Hervé Pagès [aut], Martin Morgan [aut]

Maintainer: Qian Liu <Qian.Liu at roswellpark.org>

Citation (from within R, entercitation("DelayedDataFrame")):

Installation

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

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

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

Documentation

To view documentation for the version of this package installed in your system, start R and enter:

browseVignettes("DelayedDataFrame")
DelayedDataFrameHTMLR Script
Reference ManualPDF
NEWSText

Need some help? Ask on the Bioconductor Support site!

Details

biocViewsDataRepresentation,Infrastructure,Software
Version1.26.0
In Bioconductor sinceBioC 3.9 (R-3.6) (6.5 years)
LicenseGPL-3
DependsR (>= 3.6),S4Vectors(>= 0.23.19),DelayedArray(>= 0.7.5)
Importsmethods, stats,BiocGenerics
System Requirements
URLhttps://github.com/Bioconductor/DelayedDataFrame
Bug Reportshttps://github.com/Bioconductor/DelayedDataFrame/issues
See More
Suggeststestthat,knitr,rmarkdown,BiocStyle,SeqArray,GDSArray
Linking To
Enhances
Depends On Me
Imports MeVariantExperiment
Suggests Me
Links To Me
Build ReportBuild Report

Package Archives

FollowInstallation instructions to use this package in your R session.

Source PackageDelayedDataFrame_1.26.0.tar.gz
Windows Binary (x86_64) DelayedDataFrame_1.26.0.zip
macOS Binary (x86_64)DelayedDataFrame_1.26.0.tgz
macOS Binary (arm64)DelayedDataFrame_1.26.0.tgz
Source Repositorygit clone https://git.bioconductor.org/packages/DelayedDataFrame
Source Repository (Developer Access)git clone git@git.bioconductor.org:packages/DelayedDataFrame
Bioc Package Browserhttps://code.bioconductor.org/browse/DelayedDataFrame/
Package Short Urlhttps://bioconductor.org/packages/DelayedDataFrame/
Package Downloads ReportDownload Stats

[8]ページ先頭

©2009-2025 Movatter.jp