We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
In the plot draw by getVariableGenes there are some missing elements as:
(1) spike-in (2) fit curve
is_het = getVariableGenes(nCounts_batch$ENS, techNoise$fit, method = "fdr",threshold = 0.1, fit_type="counts",sfEndo=f_size_batch$sfENS, sfERCC=f_size_batch$sfERCC)
FALSE TRUE 27752 5461 Error in points(meansERCC, cv2ERCC, pch = 20, cex = 1, col = "blue") : object 'meansERCC' not found
It possible to add this
Many thanks
Cynthia
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
In the plot draw by getVariableGenes there are some missing elements as:
(1) spike-in
(2) fit curve
is_het = getVariableGenes(nCounts_batch$ENS, techNoise$fit, method = "fdr",threshold = 0.1, fit_type="counts",sfEndo=f_size_batch$sfENS, sfERCC=f_size_batch$sfERCC)
FALSE TRUE
27752 5461
Error in points(meansERCC, cv2ERCC, pch = 20, cex = 1, col = "blue") :
object 'meansERCC' not found
It possible to add this
Many thanks
Cynthia
The text was updated successfully, but these errors were encountered: