houseKeep | R Documentation |
This function filter your matrix count on a specific gene house keepin list
houseKeep(
group = c("sudo", "docker"),
scratch.folder,
file,
separator,
logTen,
geneNameControl = 1,
houseK,
topCell
)
group |
a character string. Two options: sudo or docker, depending to which group the user belongs |
scratch.folder |
a character string indicating the path of the scratch folder |
file |
a character string indicating the path of the file, with file name and extension included |
separator |
separator used in count file, e.g. '\t', ',' |
logTen |
0 if is raw count, 1 otherwise |
geneNameControl |
0 if the matrix has gene name without ENSEMBL geneID. 1 if the gene names is formatted as: ENSMUSG00000000001:Gnai3. If the gene names is made only by ensamble name, scannoByGtf has to be run first. |
houseK |
to be described .... |
topCell |
to be described ... |
return matrix filtered by the best cells that have housekeepin genes most expressed
Luca Alessandri , alessandri [dot] luca1991 [at] gmail [dot] com, University of Torino
## Not run:
housekeep("docker","/home/lucastormreig/scratch/","/home/lucastormreig/CASC7.2/6_1hfc/Data/random_10000_filtered_annotated_lorenz_naive_penta2_0",6,",","naive")#
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.