CsvToDf converts a list of csv files, which are clone lineages to a list of data.frames.

AbForests_CsvToDf(files)

Arguments

files

a list of csv files. Each csv file may contain information concerning full length heavy and light chain sequences, CDRH3 and CDRL3 sequences, the type of isotype and the transcriptional cluster that corresponds to each of these sequences.

Value

graphs a list of data.frames. Each data.frame contains 2 columns, one that describes the sequences and the other the type of information (isotype or cluster) is considered in the analysis. All these cases are determined by the user.

See also

AntibodyForest

Examples

if (FALSE) {
CsvToDf(files)
}