raw10xtoMatrix: raw10xtoMatrix

raw10xtoMatrixR Documentation

raw10xtoMatrix

Description

raw10xtoMatrix

Usage

raw10xtoMatrix(
  path_to_file,
  method = sum,
  id = "Gene Symbol",
  cores = 19,
  delim = "auto",
  header = T
)

Arguments

path_to_file

the path to the dataset

method

manipulate the values of one cell with the same gene symbols/ids. defalut = "sum"

id

the grouping id in the dataset, default = "Gene Symbol".

cores

number of cores when reading the dataset. default: 19.

delim

delimiter, default (tab-delimited)

header

default = T

Examples

raw10xtoMatrix('https://raw.githubusercontent.com/jiayiliujiayi/timekiller/master/testdata/dataset_df.txt', id = "Gene.Symbol")

jiayiliujiayi/timekiller documentation built on June 15, 2025, 6:31 a.m.