Description Usage Arguments Value References Examples
A function that returns the genes used in the markerGeneProfile estimation method and the BRETIGEA method
1 |
countDf |
A dataframe with Gene rows and Subject columns. |
mgpCellMarkers |
A nested A nested list with as many sub-lists of marker genes as there are for cell types |
bretCellMarkers |
A dataframe with two columns, markers and cell where markers are genes for cell types and cell indicates the cell type markers are the gene for. |
Returns a nested list with mgpMarkers and bretMarkers which are each lists of markers used for each method
Mancarci, B. O., Toker, L., Tripathy, S. J., Li, B., Rocco, B., Sibille, E., & Pavlidis, P. (2017). CrossLaboratory Analysis of Brain Cell Type Transcriptomes with Applications to Interpretation of Bulk Tissue Data. eNeuro, 4(6), ENEURO.0212-17.2017.https://doi.org/10.1523/ENEURO.0212-17.201
McKenzie, A.T., Wang, M., Hauberg, M.E. et al. Brain Cell Type Specific Gene Expression and Coexpression Network Architectures. Sci Rep 8, 8868 (2018). https://doi.org/10.1038/s41598-018-27293-5
Stefan Milton Bache and Hadley Wickham (2014). magrittr: A Forward-Pipe Operator for R. R package version 1.5. https://CRAN.R-project.org/package=magrittr
1 2 3 4 5 6 7 | # Examples 1:
# Using countDf, bretCellMarkers, mgpCellMarkers datasets available with package
genesUsedResults <- genesUsed (
countDf = countDf,
mgpCellMarkers = mgpCellMarkers,
bretCellMarkers = bretCellMarkers)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.