cTPnet | R Documentation |
Imputation of 12 surface proteins from scRNA-seq data.
cTPnet(data, data_type = "Seurat2", model_file_path)
data |
data file: can be Seurat object, a matrix or a dataframe. |
data_type |
specify type of data.Need to be one of the four options: Seurat2, Seurat3, matrix, dataframe. You can check your Seurat version by sessionInfo()' |
model_file_path |
str: indicate the path to the trained cTPnet pytorch model for the prediction |
If input is Seurat object, the returned value will also be a Seurat object; if input is matrix or dataframe, the returned value will be a dataframe with rows as proteins and columns as cells.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.