Read a QSM
Read a QSM file generated with treeQSM, simpletree, simpleforest or pypetree.
read_QSM(file, model)
file |
The directory to the QSM file path |
model |
|
For treeQSM
model, please respect the format with column order provided in the last version <https://github.com/InverseTampere/TreeQSM/blob/master/README.md>
a list containing a data.table with the QSM and a character with the model name. This list can be used to build an aRchi object (see function build_aRchi
)
aRchi
the aRchi class;build_aRchi
to build an object of class aRchi
file=system.file("extdata","Tree_1_TreeQSM.txt",package = "aRchi") QSM=read_QSM(file,model="treeQSM")
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.