Description Usage Format See Also
This is a simplified mock dataset that represents the minimal information required for marker gene selection. The metadata columns must include:
sample names that match the column names of profile expression matrix ('sampleName' in this example)
a column that indicates which samples are replicates of each other ('replicate' in this example)
a column that indicates which samples are from the same study ('PMID' in this example)
a column that indicates which cell type the sample represents.
Additionally a column can be added to represent the
brain region that the sample is extracted from ('region' in this example). If
multiple regions apply they can be added to the same column and be separated
with commas without spaces. Gene selection functions will consider regions
seperately and output results for each of them. If desired one can create a
region hierarchy (see mpg_sampleRegionHiearchy
) in order to
indicate regions that are subsets of each other.
1 |
An object of class data.frame
with 18 rows and 7 columns.
mpg_sampleProfiles
,
mpg_sampleRegionHiearchy
, input of
mpg_markerCandidates
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.