rBiopaxParser

DataRepresentation
Stale10updated 5 years ago
R

Parses BioPAX files and represents them in R, at the moment BioPAX level 2 and level 3 are supported.

README

rBiopaxParser Parses BioPax files of Level 2 and Level 3 and represents them in R. https://github.com/frankkramer-lab/rBiopaxParser More concretely, rBiopaxParser: Can download Biopax data from online resources Parses Biopax owl files Features many functions to select, add, modify and remove from the parsed Biopax models Can produce regulatory graphs from Biopax pathway data and offers functions to merge, diff and transform these graphs in various ways Visualization functions to layout ina a…

Source attribution

  • GitHubgithub.com/frankkramer-lab/rbiopaxparser
  • BioconductorrBiopaxParser

Related resources

Uses platform-specific implemenations of the GatingML2.0 standard to exchange gated cytometry data with other software platforms.

353 months ago
HTML
AGPL-3.0

VCFArray extends the DelayedArray to represent VCF data entries as array-like objects with on-disk / remote VCF file as backend. Data entries from VCF files, including info fields, FORMAT fields, and the fixed columns (REF, ALT, QUAL, FILTER) could be converted into VCFArray instances with different dimensions.

17 years ago
R

Save BumpyMatrix objects into file artifacts, and load them back into memory. This is a more portable alternative to serialization of such objects into RDS files. Each artifact is associated with metadata for further interpretation; downstream applications can enrich this metadata with context-specific properties.

Save MultiAssayExperiments into file artifacts, and load them back into memory. This is a more portable alternative to serialization of such objects into RDS files. Each artifact is associated with metadata for further interpretation; downstream applications can enrich this metadata with context-specific properties.

Save matrices, arrays and similar objects into file artifacts, and load them back into memory. This is a more portable alternative to serialization of such objects into RDS files. Each artifact is associated with metadata for further interpretation; downstream applications can enrich this metadata with context-specific properties.

Save common bioinformatics file formats within the alabaster framework. This includes BAM, BED, VCF, bigWig, bigBed, FASTQ, FASTA and so on. We save and load additional metadata for each file, and we support linkage between each file and its corresponding index.