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
search_encode
search_encode doesn't always filter all results appropriately.
It also doesn't work when you supply variables instead of character strings.
Should return exactly 1 entry:
446 entries returned
meta <- search_encode(target = c("H3K122","H3K27ac","H3K64ac"), biosample_name = "K562", organism = "Homo sapiens", assembly = "GRCh38", file_type = "narrowPeak", output_type=c("replicated peaks"), peaks_only = TRUE)
But not filtering the "target" column correctly.
0 entries returned.
marks <- c("H3K122","H3K27ac","H3K64ac") meta <- search_encode(target = marks, biosample_name = "K562", organism = "Homo sapiens", assembly = "GRCh38", file_type = "narrowPeak", output_type=c("replicated peaks"), peaks_only = TRUE)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
search_encode
doesn't always filter all results appropriately.It also doesn't work when you supply variables instead of character strings.
Should return exactly 1 entry:
Returns too many
446 entries returned
But not filtering the "target" column correctly.
Returns none
0 entries returned.
The text was updated successfully, but these errors were encountered: