houseKeep.Rd
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
)
a character string. Two options: sudo or docker, depending to which group the user belongs
a character string indicating the path of the scratch folder
a character string indicating the path of the file, with file name and extension included
separator used in count file, e.g. '\t', ','
0 if is raw count, 1 otherwise
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.
to be described ....
to be described ...
return matrix filtered by the best cells that have housekeepin genes most expressed
if (FALSE) {
housekeep("docker","/home/lucastormreig/scratch/","/home/lucastormreig/CASC7.2/6_1hfc/Data/random_10000_filtered_annotated_lorenz_naive_penta2_0",6,",","naive")#
}