Description Usage Arguments Value Author(s)
View source: R/subset_ratios.R
Save a subset of a .csv file with genes in the first column, like 'ratio.csv' or 'fold_change.csv' created by norm_fc
, given a list of genes to filter for.
The output will be written to the same directory as the input ratio_csv
file.
1 | subset_ratios(ratio_csv, genes_csv, outfile="ratio_subset.csv")
|
ratio_csv |
character(), .csv file with genes in first column, like 'ratio.csv' which is created by |
genes_csv |
character(), .csv file with genes to filter for in first column |
outfile |
optional character() for the output filename. The output will be written to the same directory as the input |
invisible NULL
Side effects:
Creates outfile
in the same folder as the ratio_csv
Steffi Grote
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.