sc3_export_results_xls {SC3}R Documentation

Write SC3 results to Excel file

Description

This function writes all SC3 results to an excel file.

Usage

sc3_export_results_xls.SingleCellExperiment(object, filename)

## S4 method for signature 'SingleCellExperiment'
sc3_export_results_xls(object,
  filename = "sc3_results.xls")

Arguments

object

an object of SingleCellExperiment class

filename

name of the excel file, to which the results will be written


[Package SC3 version 1.10.1 Index]