Description Usage Arguments Value
View source: R/split_celltypes_byIndv.r
######################################################################### Split the celltypes by assinging individual ids.
1 2 3 4 5 6 | split_celltypes_byIndv(
keptExp,
joinCells = c("TEGLU1", "TEGLU2"),
nCases = 3,
jointName = "Pyramidal"
)
|
keptExp |
A list containing all the experiment samples |
joinCells |
The celltypes to join as a single type of cells which are then split into two groups of samples. i.e. cases and controls |
nCases |
Number of individual of cases to split |
jointName |
New name of the joined celltype |
Returns an outputList
which is what format and information?
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.