Description Usage Arguments Value
Load landmark populations from a list of FCS files
1 | load_landmarks(files.list, asinh.cofactor, transform.data, ...)
|
files.list |
The list of files to load. The population names will be derived by splitting the file name
using |
asinh.cofactor |
The cofactor to use for |
... |
Additional arguments passed to |
Returns a list with the following elements:
landmarks.data
: a data.frame
containing the entirety of the data
tab.landmarks
: a data.frame
with the data for the landmark nodes. Each row is a separate landmark
population, and the columns correspond to the median expression values of each marker. The data.frame
also
contains a column called cellType
which contains the name of the corresponding landmark. In order to derive
the name of the landmark. the name of the corresponding FCS file is split on the "_"
character, and the last
field is used for the landmark name.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.