SingleCellData | R Documentation |
The single cell RNA-seq (scRNA-seq) data can be imported in three different ways. Primarily, we could import from 10X Genomics output directly by using "read10Xgenomics". The user only need to provide the folder path. Secondly, we could read data from HT-seq output by "readHTSeqdata", the user have to input the folder path. Lastly, we could input matrix, cell and genes mannually using "readscdata".
SingleCellData(assay, coldata, rowdata)
assay |
The list of gene counts. |
coldata |
The data.frame with cell information. |
rowdata |
The data.frame with gene information. |
SingleCellData
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.