Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 570 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 570 Bytes

rBCS

An open-source package that can write BioTuring Compressed Study (bcs) file from a Seurat object.

bcs files can be loaded directly into BBrowser, a software for single cell data.

This package is compatible with R 3.x and 4.x.

Installation

require(devtools)
install_github("bioturing/rBCS", INSTALL_opts="--no-multiarch")
# Remove INSTALL_opts if you want to use on arch i386

Example

require(rBCS)
ExportSeuratObject(seurat.object, "/mnt/example/path.bcs")

Note: Avoid using ~/... in Windows