View source: R/data.scrna10x.R
raw10xtoDF | R Documentation |
Title
raw10xtoDF(
path_to_file,
method = sum,
id = "Gene Symbol",
cores = 19,
delim = "auto",
header = T
)
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 |
raw10xtoDF('https://raw.githubusercontent.com/jiayiliujiayi/timekiller/master/testdata/dataset_df.txt', id = "Gene.Symbol")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.