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)

Arguments

seulist

a list consisting of Seurat objects, where each object is a SRT data batch.

spaFeatureList

an list consisting of SVGs vectors, where each vector is the top HVGs/SVGs for each SRT data batch.

IntFeatures

the number of common HVGs/SVGs genes to be chosen.

Details

Nothing

Value

Return a string vector, the selected gene list for integration in PRECAST.

Author

Wei Liu

Note

nothing

See also

None