Description Usage Arguments Note Author(s) See Also
Utility function to normalise gene of interest data using selected reference genes.
1 | GOI.normalise(GOIfiles, refgenefiles, refdatabase = NULL, write.output = FALSE, pathname = "", filename = "GOI_output.csv")
|
GOIfiles |
List containing the names (addresses) of the gene of interest files. |
refgenefiles |
List of lists containing the names (addresses) of the reference gene files. |
refdatabase |
Address of the reference database file (if applicable). |
write.output |
Logical (TRUE/FALSE), indicating whether output should be written to a reference database file. |
pathname |
System path of the reference data base file (if refdatabase is not NULL). |
filename |
Name of the reference data base file to be written out (applicable if write.output = TRUE). |
This is a utility function used by harbin.quant
, but can also be called directly if required.
Theo Pepler
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.