plotTreeSet: Plot a set of trees, in a pdf file, for metaclusters and...

Description Usage Arguments Examples

View source: R/plotTreeSet.R

Description

plotTreeSet is a function that allows the automatic export of

the treatmentTable should be a dataframe with two column: "Treatment", "files"

Usage

1
2
3
4
5
6
7
8
plotTreeSet(
  TreeMetacl,
  markers,
  Title,
  rmClNb,
  treatmentTable,
  globalScale = T
)

Arguments

TreeMetacl

FlowSOM tree with meta-clusters, constructed by buildFSOMTree

markers

vector of markers for which PDF files of MFI will be generated

Title

title

rmClNb

number of smallest clusters to remove

treatmentTable

data frame containing a column 'files', a column 'Treatment' (case sensitive) and a column "NormaizationFactor"

globalScale

TRUE if color scale for markers is the same for each treatments

Examples

1
plotTreeSet(TreeMetaCl=CytoTree,markers=c("PD-1","CTLA-4"),Title="Experiment1",rmClNb=0,treatmentTable="Experiment1Table.csv",globalScale=TRUE)

gautierstoll/CytoSOM documentation built on May 16, 2020, 10:36 a.m.