Description Usage Arguments Examples
View source: R/p1_modify_count_matrix_function.r
This function allows remove samples from count matrix if they are not to be included in downstream gene expression analysis
1 2 3 4 5 | p1_modify_count_matrix(
countfile,
targetfile,
samples_to_remove_count_matrix = FALSE
)
|
countfile |
raw counts table (generally output by htseq). |
targetfile |
target file. |
samples_to_remove_count_matrix |
text file (no header) or r list of samples to remove (defualt is FALSE) |
1 | p1_modify_count_matrix(count_file.txt, target_file.csv, samples_to_remove_count_matrix=c(sample1,sample2))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.