View source: R/SiftCellBoost.R
runPCA | R Documentation |
The function get the top 100 PC of HVG for both original and shuffled DGE
runPCA(
rawDGE,
shfDGE,
HVG,
log = TRUE,
dataName,
retx = TRUE,
center = TRUE,
scale = TRUE,
N.PCs = 100
)
rawDGE |
original DGE |
shfDGE |
shuffled DGE |
HVG |
dataframe with gene name, tarones statistic(out) |
log |
log Normalized the data. This is true by default. |
dataName |
the dataName of the dataset. For example:PBMC, Brain |
retx |
TRUE |
center |
whether to center the data |
scale |
whther to scale the data |
N.PCs |
number of PCs |
the funtion returns PCs of rawDGE and shfDGE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.