-
Can you explain how the dataset was prepared for Co Mod GAN's like the pix2pix requires the photos to be indexed left being the input right being the output, like that, how is the dataset prepared her…
-
I have been tinkering with the notebook but I am not able to correctly generate all the files (due to an error on the PCA function).
I was wondering if you still have the data files to run some tests…
-
https://programming.codeyourfuture.io/data-flows/sprints/3/prep/#using-.fetch starts using `fetch` in our demo exercise.
Previously everything in the page worked fine when it was served over a `fil…
-
See the logic here:
```r
processed %
full_join(shifted, by = ok) %>%
group_by(across(all_of(kill_time_value(ok)))) %>%
arrange(time_value)
if (inherits(new_data, "epi_df")) {
…
-
### Search before asking
- [X] I searched the [issues](https://github.com/IBM/data-prep-lab/issues) and found no similar issues.
### Component
Other
### What happened + What you expected…
sujee updated
4 weeks ago
-
Sequencing runs from multiple projects are becoming more commonplace. Combining prep data_frames and calculating normalized pooling volumes from combined project sequencing runs is straightforward, bu…
-
### Search before asking
- [X] I searched the [issues](https://github.com/IBM/data-prep-lab/issues) and found no similar issues.
### Component
Tools/ingest2parquet
### Feature
https://github.com…
-
Hi!
In the params.yaml where you can specify if `duplex_seq: true` is this referring to whether the data is paired-end or is it referring to whether the UMI scheme is single-stranded or not?
For e…
-
I have this samplesheet here that should be fine and passing validation, but I cannot get this to work.
```bash
[Header]
FileFormatVersion,2
RunName,name123456
InstrumentPlatform,NovaSeq
oper…
-
Some project dependencies are only needed for the web page, some are only needed during training, etc. It could be worth breaking the dependency list into groups so that users don't need to install al…