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

config files #3

Open
gianfilippo opened this issue Nov 6, 2022 · 1 comment
Open

config files #3

gianfilippo opened this issue Nov 6, 2022 · 1 comment

Comments

@gianfilippo
Copy link

Hi,

do you have config files templates and/or a format description ?

Thanks

@jrboyd
Copy link
Contributor

jrboyd commented Nov 9, 2022

Hi! Sorry for the slow reply. I was travelling for a conference.

Indeed, there are example config files distributed with the package. You can find them this way:
dir(system.file(package = "ssvQC", "extdata"), pattern = "csv$", full.names = TRUE)

A more convenient alternative may be to create a basic config object and then save that. Like so:
ex_np_cfg = QcConfigFeatures.files("f1.narrowPeak")
QcConfigFeatures.save_config(ex_np_cfg, "example_feature_cfg.csv")

Here I used the .files function but you could use one of the other functions to create a baseline QcConfigFeatures object. And likewise for QcConfigSignal

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

2 participants