raw10xtoDF: Title

View source: R/data.scrna10x.R

raw10xtoDFR Documentation

Title

Description

Title

Usage

raw10xtoDF(
  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

raw10xtoDF('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.