Description Usage Arguments Value Examples
Takes celltype specificity data ('ctd') and patchseq expression data ('patchdata') and returns which cell type each patchseq cell maps onto
1 2 | map.patchseq(ctd, patchdata, sdThresh = 1, annotLevel = 2,
useSDthresh = TRUE, reps = 10000)
|
ctd |
Cell type specificity data as generated by EWCE |
patchdata |
Gene by cell matrix of patchseq data |
sdThresh |
Genes from the patchseq data will only be kept if they have a standard devation across the dataset larger than this figure |
annotLevel |
Annotation level of ctd to use |
useSDthresh |
Should standard deviation or total reads be used to determine which patchseq genes to keep? |
reps |
How many bootstrap replicates to use. Ideally 10000. |
A list with assigned and fullRes
1 | map.patchseq(ctd,patchdata_Reduced,sdThresh=1,annotLevel=2,useSDthresh=TRUE,reps=10000)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.