View source: R/utils_data_upload.R
read_mle_gene_summary | R Documentation |
This function reads the gene summary file output by mageck mle
and
parses it into a list of data.frames, one for each sample. The sample names
are extracted from the column names of the input file and used as the names
of the list elements.
read_mle_gene_summary(filepath)
filepath |
Path to the gene summary file output by |
A named list of data.frames containing MAGeCK MLE output, one for each sample contained in the file.
Jared Andrews
library(CRISPRball)
mle_gene_summary <- file.path(system.file("extdata", "beta_leukemia.gene_summary.txt",
package = "CRISPRball"
))
gene_data <- read_mle_gene_summary(mle_gene_summary)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.