AlexsLemonade / alsf-scpca

Management and analysis tools for ALSF Single-cell Pediatric Cancer Atlas data.
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Create R package of functions used for scpca benchmarking, data import, and generation of QC metrics #98

Closed allyhawkins closed 3 years ago

allyhawkins commented 3 years ago

In anticipation of using a similar group of functions that was used in the first pass of benchmarking analysis, there was some discussion about creation of an R package to house some commonly used functions to work with the output files from various pre-processing tools. In going back to benchmarking and adding additional samples, it seemed like a good time to break out these functions into a separate R package to use for benchmarking and ultimately import of the scpca counts files for all samples.

We should include functions that can import the counts files into single cell experiments, perform any filtering using emptyDrops, ability to use the splici index and combine counts from spliced cDNA + intronic regions (dependent on type of sample), and calculate general QC metrics currently being used in benchmarking.

allyhawkins commented 3 years ago

marking this as closed since this package has been started and ongoing work related to this has been transferred to the scpcaTools repo.