alabaster.files
Wrappers to Save Common File Formats
Bioconductor version: 3.23 · Package version: 1.10.0
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.
Installation
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("alabaster.files") Details
| Maintainer | Aaron Lun <infinite.monkeys.with.keyboards@gmail.com> |
| Author | Aaron Lun [aut, cre] |
| License | MIT + file LICENSE |
| Downloads rank | 195 |
| Source branch | RELEASE_3_23 |
| biocViews | DataImport, DataRepresentation, Software |
Documentation
Download
Dependencies
Depends: alabaster.base
Imports: methods, S4Vectors, BiocGenerics, Rsamtools
Suggests: BiocStyle, rmarkdown, knitr, testthat, VariantAnnotation, rtracklayer, Biostrings