Cytof2Seurat: function to convert cytof data into Seurat

Description Usage Arguments

View source: R/cytof.R

Description

function to convert cytof data into Seurat

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
Cytof2Seurat(
  sample_csv = NULL,
  config_csv = NULL,
  N = 20000,
  cofactor = 5,
  useFeatures = NULL,
  batch_correct = FALSE,
  batch_key = "sample",
  transformation = FALSE,
  path2barcode10X = "3M-february-2018.txt",
  outdir = "cytof"
)

Arguments

sample_csv

at least three columns(Path,Sample,Condition)

config_csv

at least two columns(channel(Cd111Di,Nd143Di...),marker(CD8A,CD11C..))

N

sample size,default sample 20000 each fcs file

useFeatures

feature names provide to run scaleData and runpca.

batch_correct

whether run batch correct to remove batch effect

batch_key

when remove batch correct,which key use to run.

transformation

whether transfrom data

path2barcode10X

10X barcode file,can be found in cellranger path


RyanYip-Kat/yipCat documentation built on Dec. 18, 2021, 11:55 a.m.