Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What does this mean '%iff%'? ( split.by %iff% "none" exists in FeaturePlot function) #4282

Closed
khl0798 opened this issue Mar 25, 2021 · 1 comment

Comments

@khl0798
Copy link

khl0798 commented Mar 25, 2021

I want to get the genes expression tsne figure by FeaturePlot function ( which use GetAssayData to get genes expressions values., GetAssayData get gene expression by assay=integrated value default unless you set assay param.)

I want to get genes expression tsne figure by assay=RNA in GetAssayData function.
I I looked up the source code and came across this symbol: %iff%, what does this mean?
image
image

@khl0798 khl0798 closed this as completed Mar 25, 2021
@khl0798
Copy link
Author

khl0798 commented Mar 25, 2021

%iff% <- function(lhs, rhs) {
if (!is.null(x = lhs)) {
return(rhs)
} else {
return(lhs)
}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant