selectIntFeatures.Rd
selectIntFeatures prioritizes genes based on the number of times they were selected as HVGs/SVGs in all data baches, and chose the top genes as the input for the analysis. We broke ties by examining the ranks of the tied genes in each original dataset and taking those with the highest median rank.
selectIntFeatures(seulist, spaFeatureList, IntFeatures=2000)
a list consisting of Seurat objects, where each object is a SRT data batch.
an list consisting of SVGs vectors, where each vector is the top HVGs/SVGs for each SRT data batch.
the number of common HVGs/SVGs genes to be chosen.
Nothing
Return a string vector, the selected gene list for integration in PRECAST.
nothing
None