as_BioData: create a BioData from an other object

Description Usage Arguments Functions

Description

create a BioData from an other object

Supports sqlite3 databases as used in the cellexalVR application, 10X output files and kallisto out files.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
as_BioData(dat, ...)

## S4 method for signature 'list'
as_BioData(dat)

## S4 method for signature 'matrix'
as_BioData(dat)

## S4 method for signature 'data.frame'
as_BioData(dat)

## S4 method for signature 'cellexalvrR'
as_BioData(dat)

## S4 method for signature 'Seurat'
as_BioData(dat)

## S4 method for signature 'character'
as_BioData(dat, minUMI = 100, minGexpr = NULL)

Arguments

dat

a sqlite database as created by the cellexalvrR::export2cellexalvr() function

...

source object specififc options

minUMI

the minimum UMI count in order to read a cell (default=100)

minGexpr

the minimum UMI count for a gene to be included (default NULL - translates into 1)

Functions


stela2502/BioData documentation built on Feb. 23, 2022, 5:47 a.m.