Create_Table | R Documentation |
This function create table for Seurat Normalzied data.
Create_Table( SCdata, BeforeFilter, SampleName = NULL, mincells = 3, mingenes = 500, mtpercent = 20, rbpercent = 50, nRows = 40, coreFont = 2.5, colheadFont = 2.5, rowheadFont = 2.5, titlesize = 25 )
SCdata |
Seurat object to count number of cells. |
BeforeFilter |
Total number of cells before filtering |
SampleName |
Sample Name |
mincells |
Include features detected in at least this many cells. Will subset the counts matrix as well. To reintroduce excluded features, create a new object with a lower cutoff. |
mingenes |
Include cells where at least this many features are detected. |
mtpercent |
Include cells reporting at most this much mitochondrial transcript percentage. |
rbpercent |
Include cells reporting at most this much ribosomal transcript percentage. |
nRows |
Maximum number of rows to be prined. |
coreFont |
core Font Size. |
colheadFont |
colhead Font Size. |
rowheadFont |
rowhead Font Size. |
titlesize |
titlesize Font Size. |
Create_Table()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.