View source: R/mergesmap_SVMerge_SE.R
FamilyInfoPrep | R Documentation |
Mapping Realtionship to unique nanoIDs
FamilyInfoPrep(
Samplecodes = "X:/Hayks_Materials/BNG/Projects/nanotatoR_sample_codes.csv",
mergeKey = "X:/Hayks_Materials/BNG/Projects/MergeKey.csv",
outMode = c("Text", "dataframe"),
outpath = "X:/Hayks_Materials/BNG/Projects/VAP_DLE1_solo_SMAPs/Merged"
)
Samplecodes |
character. File containing relations and IDs associated to them. |
mergeKey |
character. File containing sample ID and relation. |
outMode |
character. The ouput mode. Choices, dataframe or Text. |
outpath |
character. Path where the dual labelled merged samples are kept. Is mandatory if outMode is Text. |
Text files containg merged smaps from different samples
FamilyInfoPrep(
Samplecodes = system.file("extdata", "nanotatoR_sample_codes.csv", package="nanotatoR"),
mergeKey = system.file("extdata", "nanotatoR_control_sample_codes.csv", package="nanotatoR"),
outMode = c("dataframe"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.