Closed kdh4win4 closed 7 years ago
look at ?getData
Thank you very much, Mike. I would like to get each individual cell's marker information for the further analysis. For example,
cell_# CD16 CD56 KIR AQUA FSC SSC
40000023 400.34 12.12 0.3 100000 10000 10000
. . . . . . .
. . . . . . .
. . . . . . .
Can I get to know this step ? Thank you for your time.
exprs(getData(gs[[1]], "CD16Pos"))
, this gives you the matrix with column names of channel
, you will have to replace channel with marker
by your self
That's great, I appreciate it, Mike.
Dear Mike and Finak,
Can I know how to get gated area as a value in R or csv file which include all cell's information in the alias which alias name is "CD16pos"? Thank you for your time.