Description Usage Arguments Value Examples
View source: R/createIBRAPobject.R
Creates and produces project metadata into an IBRAP S4 class object
1 | createIBRAPobject(counts = counts, original.project = 'project_1', method.name = 'RAW', meta.data = df, min.cells = 3, min.features = 200)
|
counts |
Counts matrix |
original.project |
Character string naming the project |
method.name |
Character string naming the original method-assay. Default = 'RAW' '(Recommended)' |
meta.data |
data.frame of extra metadata to append to generated dataframe. Warning: Must be in the same order and colnames |
min.cells |
Numerical value of the minimum number of cells a gene should be present in |
min.features |
Numerical value minimum features that should be present in a cell |
IBRAP S4 class object containing raw counts and metadata
1 2 3 4 5 6 | object <- createIBRAPobject(counts = counts,
meta.data = metadata_df,
original.project = 'bmmc',
method.name = 'RAW',
min.cells = 3,
min.features = 200)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.