Skip to content

An open-source package that can write a SeuratObject in BioTuring Compressed Study format.

License

Notifications You must be signed in to change notification settings

mathewchamberlain/rBCS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An open-source package that can write a SeuratObject in BioTuring Compressed Study format.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages