FamilyInfoPrep {nanotatoR} | 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"))