powered by
join_features() extracts and joins information for specific features
# S4 method for Seurat join_features( .data, features = NULL, all = FALSE, exclude_zeros = FALSE, shape = "long", assay = NULL, slot = "data", ... )
A `tidyseurat` object containing information for the specified features.
A tidyseurat object
A vector of feature identifiers to join
If TRUE return all
If TRUE exclude zero values
Format of the returned table "long" or "wide"
assay name to extract feature abundance
slot name to extract feature abundance
Parameters to pass to join wide, i.e. assay name to extract feature abundance from and gene prefix, for shape="wide"
This function extracts information for specified features and returns the information in either long or wide format.
data(pbmc_small) pbmc_small %>% join_features( features=c("HLA-DRA", "LYZ"))
Run the code above in your browser using DataLab